File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ mavenEmbedder = "3.9.9"
11
11
mavenResolver = " 1.9.22"
12
12
graalvm = " 23.0.2"
13
13
openjson = " 1.0.13"
14
- junitPlatform = " 1.11.0 "
15
- junitJupiter = " 5.11.0 "
14
+ junitPlatform = " 1.13.0-M3 "
15
+ junitJupiter = " 5.13.0-M3 "
16
16
slf4j = " 1.7.9"
17
17
groovy = " 3.0.11"
18
18
jetty = " 11.0.11"
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ repositories {
49
49
}
50
50
51
51
dependencies {
52
- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.0 '
53
- testImplementation " org.junit.vintage:junit-vintage-engine:5.11.0 "
52
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.13.0-M3 '
53
+ testImplementation " org.junit.vintage:junit-vintage-engine:5.13.0-M3 "
54
54
}
55
55
56
56
application {
@@ -62,4 +62,3 @@ tasks.named('test') {
62
62
// Use JUnit Platform for unit tests.
63
63
useJUnitPlatform()
64
64
}
65
-
Original file line number Diff line number Diff line change 51
51
<properties >
52
52
<java .version>1.8</java .version>
53
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
54
- <junit .jupiter.version>5.11.0 </junit .jupiter.version>
54
+ <junit .jupiter.version>5.13.0-M3 </junit .jupiter.version>
55
55
<native .maven.plugin.version>0.10.7-SNAPSHOT</native .maven.plugin.version>
56
56
<junit .platform.native.version>0.10.7-SNAPSHOT</junit .platform.native.version>
57
57
<imageName >example-app</imageName >
You can’t perform that action at this time.
0 commit comments