Skip to content

Commit 0a1a075

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.0
1 parent 1ccdffa commit 0a1a075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("com.jcraft:jsch:0.1.55")
3737
implementation("org.jfree:jfreechart:1.5.5")
3838

39-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
39+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
4040
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4141
}
4242

0 commit comments

Comments
 (0)