Skip to content

Commit a3e7db3

Browse files
Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.12 (#2024)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.8 to 1.5.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qos-ch/logback/commit/3a64b51c5af2920e48104165700188b7b34013e3"><code>3a64b51</code></a> prepare release 1.5.12</li> <li><a href="https://github.com/qos-ch/logback/commit/ecae664df06c77b443388ef7105f58d455b7752c"><code>ecae664</code></a> fix issues/879</li> <li><a href="https://github.com/qos-ch/logback/commit/85968fa3fe217a79760ec2b4a275e68cefeb8656"><code>85968fa</code></a> logger call ends with two exceptions - fix issues/876</li> <li><a href="https://github.com/qos-ch/logback/commit/ea3cec87a154efec8d8f62a312020827d88b11dc"><code>ea3cec8</code></a> Update README.md</li> <li><a href="https://github.com/qos-ch/logback/commit/887cbba75b4731349a8c8ec25d713352ae53782b"><code>887cbba</code></a> update README.md</li> <li><a href="https://github.com/qos-ch/logback/commit/df2a3b6e7dca7e3a3835a123f6e1b07909bd79f6"><code>df2a3b6</code></a> start work on 1.5.12-SNAPSHOT</li> <li><a href="https://github.com/qos-ch/logback/commit/3aa07304c1cfcbcc15321e814a2a015390401ce2"><code>3aa0730</code></a> prepare release of version 1.5.11</li> <li><a href="https://github.com/qos-ch/logback/commit/8bcfd9a09af71dfe505026ff4c3be990db031d45"><code>8bcfd9a</code></a> allow for InsertFromJNDIModelHandler to be callable from logback-tyler</li> <li><a href="https://github.com/qos-ch/logback/commit/75bee860c8cf4f75261adc6e8f6906c9bd0ed322"><code>75bee86</code></a> refactorings in support of logback-tyler</li> <li><a href="https://github.com/qos-ch/logback/commit/8749edc15a4e407f4edb192ecff77875b540f1a0"><code>8749edc</code></a> start work on 1.5.11-SNAPSHOT</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.5.8...v_1.5.12">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.12)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aayush Atharva <[email protected]>
1 parent d79427d commit a3e7db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<slf4j.version>2.0.16</slf4j.version>
5252
<zstd-jni.version>1.5.6-7</zstd-jni.version>
5353
<activation.version>2.0.1</activation.version>
54-
<logback.version>1.5.8</logback.version>
54+
<logback.version>1.5.12</logback.version>
5555
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
5656
</properties>
5757

0 commit comments

Comments
 (0)