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 15daf3f commit a5b53e9Copy full SHA for a5b53e9
lib/build.gradle
@@ -45,8 +45,8 @@ dependencies {
45
implementation "com.fasterxml.jackson.core:jackson-core:2.18.2"
46
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.2"
47
48
- implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
49
- implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
+ implementation 'org.apache.logging.log4j:log4j-api:2.25.2'
+ implementation 'org.apache.logging.log4j:log4j-core:2.25.2'
50
51
testImplementation 'io.grpc:grpc-testing:1.70.0'
52
testImplementation 'io.grpc:grpc-inprocess:1.70.0'
0 commit comments