Skip to content

Commit 6c1b613

Browse files
Bump org.apache.logging.log4j:log4j-slf4j-impl from 2.24.3 to 2.25.0
Bumps org.apache.logging.log4j:log4j-slf4j-impl from 2.24.3 to 2.25.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-version: 2.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 073efff commit 6c1b613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ dependencies {
131131
testImplementation("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
132132
exclude module: 'org.eclipse.jetty.orbit'
133133
}
134-
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3'
135-
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3'
134+
testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.0'
135+
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.0'
136136

137137
}
138138

0 commit comments

Comments
 (0)