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 7821b05 commit 9309b0eCopy full SHA for 9309b0e
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.2'
49
- implementation 'org.apache.logging.log4j:log4j-core:2.24.2'
+ implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
+ implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
50
51
testImplementation 'io.grpc:grpc-testing:1.68.2'
52
testImplementation 'io.grpc:grpc-inprocess:1.68.2'
0 commit comments