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 569f427 commit 34f83aeCopy full SHA for 34f83ae
lib/build.gradle
@@ -45,8 +45,8 @@ dependencies {
45
implementation "com.fasterxml.jackson.core:jackson-core:2.18.1"
46
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1"
47
48
- implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
49
- implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
+ implementation 'org.apache.logging.log4j:log4j-api:2.24.1'
+ implementation 'org.apache.logging.log4j:log4j-core:2.24.1'
50
51
testImplementation 'io.grpc:grpc-testing:1.68.1'
52
testImplementation 'io.grpc:grpc-inprocess:1.68.1'
0 commit comments