Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and augi committed Dec 29, 2023
1 parent 8257efb commit 6a14fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ archivesBaseName = 'grpc-java-jwt'

dependencies {
api "io.grpc:grpc-core:$grpcVersion"
api "org.slf4j:slf4j-api:2.0.9"
api "org.slf4j:slf4j-api:2.0.10"
}

0 comments on commit 6a14fe1

Please sign in to comment.