Skip to content

Commit 4a3d330

Browse files
authored
Bump JUnit to 6.0.1 (#4858)
1 parent ac71e66 commit 4a3d330

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HMCLBoot/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ plugins {
22
id("java-library")
33
}
44

5-
tasks.withType<JavaCompile> {
5+
tasks.compileJava {
66
options.release.set(8)
77
}
8+
9+
tasks.compileTestJava {
10+
options.release.set(17)
11+
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java-info = "1.0"
1919
authlib-injector = "1.2.6"
2020

2121
# testing
22-
junit = "5.13.4"
22+
junit = "6.0.1"
2323
jimfs = "1.3.0"
2424

2525
# plugins

0 commit comments

Comments
 (0)