Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0
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.4.14 to 1.5.0.
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tobiasschaefer committed Feb 19, 2024
1 parent b7d441b commit 6c98e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-zeebe-client-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation("javax.annotation:javax.annotation-api")
runtimeOnly("ch.qos.logback:logback-classic")

testImplementation("ch.qos.logback:logback-classic:1.4.14") // replaces version 1.2.11 which fails TestcontainersIntegrationTest with No SLF4J providers were found. Defaulting to no-operation (NOP) logger implementation. See https://www.slf4j.org/codes.html#noProviders for further details.
testImplementation("ch.qos.logback:logback-classic:1.5.0") // replaces version 1.2.11 which fails TestcontainersIntegrationTest with No SLF4J providers were found. Defaulting to no-operation (NOP) logger implementation. See https://www.slf4j.org/codes.html#noProviders for further details.
testImplementation("io.zeebe:zeebe-test-container:3.6.0")
testImplementation("uk.co.real-logic:sbe-tool:1.30.0") //replaces version 1.25.1
testImplementation("org.testcontainers:junit-jupiter:1.19.5")
Expand Down

0 comments on commit 6c98e58

Please sign in to comment.