Skip to content

Commit d6b0738

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

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.1'
135+
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.1'
136136

137137
}
138138

0 commit comments

Comments
 (0)