Skip to content

Commit 3787c81

Browse files
committed
Upgrade to junit 6.0.0
1 parent d5a4910 commit 3787c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
maven("https://central.sonatype.com/repository/maven-snapshots/")
2020
}
2121

22-
val junitJupiterVersion by rootProject.extra { "5.13.2" }
22+
val junitJupiterVersion by rootProject.extra { "6.0.0" }
2323
val desc = "Calimero, a free KNX network library"
2424

2525
group = "io.calimero"

0 commit comments

Comments
 (0)