Skip to content

Commit

Permalink
build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.16
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.16.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 80a8a74 commit faae619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ subprojects {
jupiterEngine: 'org.junit.jupiter:junit-jupiter-engine:5.+',
jupiterMockito: 'org.mockito:mockito-junit-jupiter:5.+',
mockito: 'org.mockito:mockito-core:5.+',
slf4j: "org.slf4j:slf4j-api:1.7.36",
slf4j: "org.slf4j:slf4j-api:2.0.16",
truth: 'com.google.truth:truth:1.1.5',
awaitility: 'org.awaitility:awaitility:4.2.0'
]
Expand Down
2 changes: 1 addition & 1 deletion zuul-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation libraries.truth, libraries.jupiterApi, libraries.jupiterParams, libraries.jupiterEngine, libraries.jupiterMockito, libraries.okhttp
testImplementation "io.netty.incubator:netty-incubator-transport-classes-io_uring:${versions_netty_io_uring}"
testImplementation "io.netty.incubator:netty-incubator-transport-native-io_uring:${versions_netty_io_uring}:linux-x86_64"
testImplementation "org.slf4j:slf4j-api:2.0.9"
testImplementation "org.slf4j:slf4j-api:2.0.16"
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.23.1'
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j2-impl:2.21.1'
testImplementation "com.aayushatharva.brotli4j:brotli4j:$versions_brotli4j"
Expand Down

0 comments on commit faae619

Please sign in to comment.