Skip to content

Commit 618d3b1

Browse files
authored
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.3 (#323)
1 parent b2b1271 commit 618d3b1

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.10.2")
39+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
4040
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4141
}
4242

0 commit comments

Comments
 (0)