We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f8dca commit 966ac32Copy full SHA for 966ac32
lib/build.gradle
@@ -41,8 +41,8 @@ dependencies {
41
implementation "com.fasterxml.jackson.core:jackson-core:2.20.1"
42
implementation "com.fasterxml.jackson.core:jackson-annotations:2.20"
43
44
- implementation 'org.apache.logging.log4j:log4j-api:2.25.2'
45
- implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
+ implementation 'org.apache.logging.log4j:log4j-api:2.25.3'
+ implementation 'org.apache.logging.log4j:log4j-core:2.25.3'
46
47
testImplementation 'io.grpc:grpc-testing:1.76.0'
48
testImplementation 'io.grpc:grpc-inprocess:1.76.0'
0 commit comments