We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3714ee commit f4de2d3Copy full SHA for f4de2d3
build.gradle
@@ -131,7 +131,7 @@ dependencies {
131
// 3P dependencies
132
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
133
134
- compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
+ compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.24.3"
135
compileOnly group: 'org.json', name: 'json', version: '20240303'
136
compileOnly("com.google.guava:guava:33.2.1-jre")
137
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'
0 commit comments