Skip to content

Commit

Permalink
Upgrade to JUnit Platform 1.10.0.
Browse files Browse the repository at this point in the history
Fixes #492.
  • Loading branch information
fniephaus committed Oct 13, 2023
1 parent 9a05c6d commit c79ef2b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mavenEmbedder = "3.8.6"
mavenWagon = "3.4.3"
graalvm = "22.3.3"
jackson = "2.13.5"
junitPlatform = "1.9.3"
junitPlatform = "1.10.0"
junitJupiter = "5.10.0"
aether = "1.1.0"
slf4j = "1.7.9"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/java-application-with-reflection/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/java-application-with-resources/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/java-application-with-tests/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/java-application/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/java-library/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/kotlin-application-with-tests/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/multi-project-with-tests/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0
2 changes: 1 addition & 1 deletion samples/native-config-integration/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
native.gradle.plugin.version = 0.9.28-SNAPSHOT
junit.jupiter.version = 5.10.0
junit.platform.version = 1.9.3
junit.platform.version = 1.10.0

0 comments on commit c79ef2b

Please sign in to comment.