We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1738c0 commit 2fbe967Copy full SHA for 2fbe967
1 file changed
lib/build.gradle
@@ -41,8 +41,8 @@ dependencies {
41
implementation "com.fasterxml.jackson.core:jackson-core:2.21.2"
42
implementation "com.fasterxml.jackson.core:jackson-annotations:2.21"
43
44
- implementation 'org.apache.logging.log4j:log4j-api:2.25.3'
45
- implementation 'org.apache.logging.log4j:log4j-core:2.25.3'
+ implementation 'org.apache.logging.log4j:log4j-api:2.25.4'
+ implementation 'org.apache.logging.log4j:log4j-core:2.25.4'
46
47
testImplementation 'io.grpc:grpc-testing:1.80.0'
48
testImplementation 'io.grpc:grpc-inprocess:1.80.0'
0 commit comments