Bump logback-classic from 1.3.1 to 1.3.4 in /dependencyManagement (#7233)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.1 to 1.3.4. <details> <summary>Commits</summary> <ul> <li><a href="01f1e455f3
"><code>01f1e45</code></a> prepare release 1.3.4</li> <li><a href="7bd25cf623
"><code>7bd25cf</code></a> fix LOGBACK-1695</li> <li><a href="d564918f51
"><code>d564918</code></a> add com.sun.mail as implementatoin</li> <li><a href="f4f1a23ce1
"><code>f4f1a23</code></a> test changes related to LOGBACK-1693 LOGBACK-1694</li> <li><a href="6c4fc98612
"><code>6c4fc98</code></a> cleanup dependency declarations</li> <li><a href="c3f992b17d
"><code>c3f992b</code></a> cleanup dependency declarations</li> <li><a href="aaabe89816
"><code>aaabe89</code></a> fix LOGBACK-1693</li> <li><a href="08daaf98a2
"><code>08daaf9</code></a> start work on 1.3.4-SNAPSHOT</li> <li><a href="daf07d203c
"><code>daf07d2</code></a> prepare release 1.3.3</li> <li><a href="2a451a88fa
"><code>2a451a8</code></a> fix LOGBACK-LOGBACK-1690</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.3.1...v_1.3.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>
This commit is contained in:
parent
4cc0f465c7
commit
a7e93f2077
|
@ -78,7 +78,7 @@ val CORE_DEPENDENCIES = listOf(
|
||||||
// There are dependencies included here that appear to have no usages, but are maintained at
|
// There are dependencies included here that appear to have no usages, but are maintained at
|
||||||
// this top level to help consistently satisfy large numbers of transitive dependencies.
|
// this top level to help consistently satisfy large numbers of transitive dependencies.
|
||||||
val DEPENDENCIES = listOf(
|
val DEPENDENCIES = listOf(
|
||||||
"ch.qos.logback:logback-classic:1.3.1", // 1.4+ requires Java 11+
|
"ch.qos.logback:logback-classic:1.3.4", // 1.4+ requires Java 11+
|
||||||
"com.github.stefanbirkner:system-lambda:1.2.1",
|
"com.github.stefanbirkner:system-lambda:1.2.1",
|
||||||
"com.github.stefanbirkner:system-rules:1.19.0",
|
"com.github.stefanbirkner:system-rules:1.19.0",
|
||||||
"uk.org.webcompere:system-stubs-jupiter:2.0.1",
|
"uk.org.webcompere:system-stubs-jupiter:2.0.1",
|
||||||
|
|
Loading…
Reference in New Issue