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 cb02944 commit 21e54a5Copy full SHA for 21e54a5
buildSrc/build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
implementation("org.springframework:spring-web:5.2.2.RELEASE")
27
implementation("io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}")
28
testImplementation("org.assertj:assertj-core:3.11.1")
29
- testImplementation("org.apache.logging.log4j:log4j-core:2.16.0")
+ testImplementation("org.apache.logging.log4j:log4j-core:2.17.0")
30
testImplementation("org.junit.jupiter:junit-jupiter:5.6.0")
31
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
32
}
0 commit comments