Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 (#772)
Browse files Browse the repository at this point in the history
Bumps
[ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from
1.5.8 to 1.5.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qos-ch/logback/commit/49663a8898b6efdf061603a9caf35996462b0c4c"><code>49663a8</code></a>
disable flaky test</li>
<li><a
href="https://github.com/qos-ch/logback/commit/275664017e988ca2155728b250c3b3b6c38be7c1"><code>2756640</code></a>
prepare release 1.5.9</li>
<li><a
href="https://github.com/qos-ch/logback/commit/81d8376fdc54fe2cd9ca455243a814bded5e5d11"><code>81d8376</code></a>
test for properties change detection from URL/http</li>
<li><a
href="https://github.com/qos-ch/logback/commit/a496a040fab5dae285bccc87f8431941ed390c5e"><code>a496a04</code></a>
adding http scan capability, had to move tests</li>
<li><a
href="https://github.com/qos-ch/logback/commit/67c24f682198d87a980086adaa74c489d09dd962"><code>67c24f6</code></a>
minor changes in RollingFileAppenderTest</li>
<li><a
href="https://github.com/qos-ch/logback/commit/42caff87ae6eb553dcbf77e25ba87a9d340357ee"><code>42caff8</code></a>
fix writing the header for RollingFileAppender (<a
href="https://redirect.github.com/qos-ch/logback/issues/862">#862</a>)</li>
<li><a
href="https://github.com/qos-ch/logback/commit/91961ad72a1416185abe260c4d56a0762a452223"><code>91961ad</code></a>
add comments to OutputStreamAppender</li>
<li><a
href="https://github.com/qos-ch/logback/commit/6d11eff9cd3ec0ae15a71455849f630819295934"><code>6d11eff</code></a>
deprecate Level.ALL and javadocs for Level.OFF</li>
<li><a
href="https://github.com/qos-ch/logback/commit/895d92dc1c43ea22a02b59de6360af9667bf7acd"><code>895d92d</code></a>
clean comments</li>
<li><a
href="https://github.com/qos-ch/logback/commit/5dfbb6185fdbc597ec0a3675ca9c0b6dc70871a0"><code>5dfbb61</code></a>
fix issues/861</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.8...v_1.5.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.5.8&new-version=1.5.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent b8e37a4 commit 911d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<micrometer.version>1.13.5</micrometer.version>

<logback.version>1.5.8</logback.version>
<logback.version>1.5.9</logback.version>
<slf4j.version>2.0.16</slf4j.version>
<logstash.version>8.0</logstash.version>
<logback-syslog4j.version>1.0.0</logback-syslog4j.version>
Expand Down

0 comments on commit 911d86b

Please sign in to comment.