Skip to content

Commit 96ba64d

Browse files
fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.24.2
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
1 parent 34d2005 commit 96ba64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ task addJarsToClasspath(type: Copy) {
118118
dependencies {
119119
// 3P dependencies
120120
compileOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
121-
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.23.1"
121+
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.24.2"
122122
compileOnly group: 'org.json', name: 'json', version: '20240303'
123123
compileOnly("com.google.guava:guava:33.2.1-jre")
124124
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.16.0'

0 commit comments

Comments
 (0)