Skip to content

Commit 593f9de

Browse files
fix(deps): update junit5 monorepo to v5.10.0
1 parent 092824e commit 593f9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
implementation("org.apache.logging.log4j:log4j-core:2.17.2")
5151
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.17.2")
5252

53-
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
54-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
53+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
54+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
5555
}
5656

5757
// Configure plugin `Gradle IntelliJ Plugin`.

0 commit comments

Comments
 (0)