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 28f50fa commit ad0f18cCopy full SHA for ad0f18c
build.gradle
@@ -129,9 +129,9 @@ dependencies {
129
}
130
131
// Fix Log4Shell
132
- compile 'org.apache.logging.log4j:log4j-api:2.17.0'
133
- compile 'org.apache.logging.log4j:log4j-core:2.17.0'
134
- compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.0'
+ compile 'org.apache.logging.log4j:log4j-api:2.17.1'
+ compile 'org.apache.logging.log4j:log4j-core:2.17.1'
+ compile 'org.apache.logging.log4j:log4j-to-slf4j:2.17.1'
135
compile 'ch.qos.logback:logback-classic:1.2.8'
136
compile 'ch.qos.logback:logback-core:1.2.8'
137
0 commit comments