Skip to content

Commit d49adc3

Browse files
marcphilippdnestoro
authored andcommitted
Update JUnit dependencies to 5.13.0
1 parent 689443e commit d49adc3

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ mavenEmbedder = "3.9.9"
1111
mavenResolver = "1.9.22"
1212
graalvm = "23.0.2"
1313
openjson = "1.0.13"
14-
junitPlatform = "1.11.0"
15-
junitJupiter = "5.11.0"
14+
junitPlatform = "1.13.0"
15+
junitJupiter = "5.13.0"
1616
slf4j = "1.7.9"
1717
groovy = "3.0.11"
1818
jetty = "11.0.11"

samples/junit-tests/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ repositories {
4949
}
5050

5151
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'
53+
testImplementation "org.junit.vintage:junit-vintage-engine:5.13.0"
5454
}
5555

5656
application {
@@ -62,4 +62,3 @@ tasks.named('test') {
6262
// Use JUnit Platform for unit tests.
6363
useJUnitPlatform()
6464
}
65-

samples/junit-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<properties>
5252
<java.version>1.8</java.version>
5353
<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</junit.jupiter.version>
5555
<native.maven.plugin.version>0.11.0-SNAPSHOT</native.maven.plugin.version>
5656
<junit.platform.native.version>0.11.0-SNAPSHOT</junit.platform.native.version>
5757
<imageName>example-app</imageName>

0 commit comments

Comments
 (0)