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 073efff commit 6c1b613Copy full SHA for 6c1b613
build.gradle
@@ -131,8 +131,8 @@ dependencies {
131
testImplementation("org.eclipse.jetty:jetty-servlet:${jettyVersion}") {
132
exclude module: 'org.eclipse.jetty.orbit'
133
}
134
- testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3'
135
- testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.24.3'
+ testRuntimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.0'
+ testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.25.0'
136
137
138
0 commit comments