We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c47516 commit 3476665Copy full SHA for 3476665
core/build.gradle
@@ -2,5 +2,5 @@ archivesBaseName = 'grpc-java-jwt'
2
3
dependencies {
4
api "io.grpc:grpc-core:$grpcVersion"
5
- api "org.slf4j:slf4j-api:1.7.30"
+ api "org.slf4j:slf4j-api:1.7.31"
6
}
0 commit comments