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 34d2005 commit 96ba64dCopy full SHA for 96ba64d
build.gradle
@@ -118,7 +118,7 @@ task addJarsToClasspath(type: Copy) {
118
dependencies {
119
// 3P dependencies
120
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
121
- compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
+ compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.24.2"
122
compileOnly group: 'org.json', name: 'json', version: '20240303'
123
compileOnly("com.google.guava:guava:33.2.1-jre")
124
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
0 commit comments