Bump logback-classic from 1.4.4 to 1.4.5 in /examples/extension (#7247)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.4 to 1.4.5. <details> <summary>Commits</summary> <ul> <li><a href="34a6efc534
"><code>34a6efc</code></a> preparfe release 1.4.5</li> <li><a href="0d3ac63114
"><code>0d3ac63</code></a> fix LOGBACK-1698, [Nested appenders are not allowed] warning using SiftingApp...</li> <li><a href="a64b8d43b4
"><code>a64b8d4</code></a> make jakarta.servlet-api as both provided and optional</li> <li><a href="114b3ded2d
"><code>114b3de</code></a> bump slf4j version</li> <li><a href="1df66621e4
"><code>1df6662</code></a> fix LOGBACK-1706</li> <li><a href="ea165fb023
"><code>ea165fb</code></a> fix LOGBACK-1703</li> <li><a href="9e07bd075a
"><code>9e07bd0</code></a> fix LOGBACK-1703</li> <li><a href="a871e9f1b5
"><code>a871e9f</code></a> minor edits in README.md</li> <li><a href="7dc0ce5118
"><code>7dc0ce5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/qos-ch/logback/issues/605">#605</a> from Zardoz89/patch-1</li> <li><a href="7130dfe3a4
"><code>7130dfe</code></a> README.md MUST inform about Java & Jackarta EE support</li> <li>Additional commits viewable in <a href="https://github.com/qos-ch/logback/compare/v_1.4.4...v_1.4.5">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
d1058b81a9
commit
e13d1abab8
|
@ -102,7 +102,7 @@ dependencies {
|
|||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:${versions.junit}")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${versions.junit}")
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.4")
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.5")
|
||||
|
||||
//Otel Java instrumentation that we use and extend during integration tests
|
||||
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:${versions.opentelemetryJavaagent}")
|
||||
|
|
Loading…
Reference in New Issue