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 092824e commit 0a2665fCopy full SHA for 0a2665f
build.gradle.kts
@@ -50,8 +50,8 @@ dependencies {
50
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
51
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
52
53
- testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
54
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
55
}
56
57
// Configure plugin `Gradle IntelliJ Plugin`.
0 commit comments