Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 (#732)
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.6 to 1.5.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/qos-ch/logback/commit/5e9f47fc6413386785c09c827814cfeb7095d8da"><code>5e9f47f</code></a>
prepare release 1.5.7</li>
<li><a
href="https://github.com/qos-ch/logback/commit/3f572479817c85dbbe016f0eb01088702680852a"><code>3f57247</code></a>
only one shutdown hooks allowed, locks during LoggerContext.stop
operation, f...</li>
<li><a
href="https://github.com/qos-ch/logback/commit/1b7fe9498d491e367da698bc921323bb11dd4120"><code>1b7fe94</code></a>
add STRICT shortcut for ISO8601 date pattern, fixes LOGBACK-262</li>
<li><a
href="https://github.com/qos-ch/logback/commit/94b67db13e099f9198574cfba265429ad8d38810"><code>94b67db</code></a>
Made <code>AsyncAppenderBase.isQueueBelowDiscardingThreshold</code>
public to facilitate...</li>
<li><a
href="https://github.com/qos-ch/logback/commit/85bed93afaa89e067bb807e83781bffcdadeafc0"><code>85bed93</code></a>
fix race condition reported in LOGBACK-1362</li>
<li><a
href="https://github.com/qos-ch/logback/commit/c8c46e35e3ab9917eba0a3faae419799d84b0fe3"><code>c8c46e3</code></a>
move levelChangePropagator related tests to
logback-classic-blackbox</li>
<li><a
href="https://github.com/qos-ch/logback/commit/f7d5cf8257216589024455377595219f7c828d15"><code>f7d5cf8</code></a>
extract constants for property keys</li>
<li><a
href="https://github.com/qos-ch/logback/commit/c1f21e9e750b82a1e0bb24d3ca01b3659e2c6ea4"><code>c1f21e9</code></a>
add test in relation to variable subsitions for levels, report
substitions, L...</li>
<li><a
href="https://github.com/qos-ch/logback/commit/7c29474416f4e2273f5049699155374fd2c4eaef"><code>7c29474</code></a>
add support for finding the console's charset, LOGBACK-1642</li>
<li><a
href="https://github.com/qos-ch/logback/commit/44fbe63014132d2ceeef9595a49380cfa89f8d56"><code>44fbe63</code></a>
MaskedKeyValuePairConverter test issues/828, NPE in
AppeanderAttachableImpl ...</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.7">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.6&new-version=1.5.7)](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 Aug 16, 2024
1 parent 0785275 commit fe8165f
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.3</micrometer.version>

<logback.version>1.5.6</logback.version>
<logback.version>1.5.7</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 fe8165f

Please sign in to comment.