Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-simple from 1.7.21 to 2.0.13
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-simple from 1.7.21 to 2.0.13.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent af463f0 commit d01d66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
compile "org.slf4j:slf4j-api:2.0.13"
// Specific slf4j bindings should not be included in the default (compile) scope.
// See http://www.slf4j.org/faq.html#maven2.
testCompile "org.slf4j:slf4j-simple:1.7.21"
testCompile "org.slf4j:slf4j-simple:2.0.13"
compile "io.grpc:grpc-protobuf:${grpcVersion}"
compile "io.grpc:grpc-netty:${grpcVersion}"
compile "io.grpc:grpc-stub:${grpcVersion}"
Expand Down

0 comments on commit d01d66b

Please sign in to comment.