Skip to content

Commit

Permalink
Use 5.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 24, 2024
1 parent 2a81072 commit e2ee2e6
Show file tree
Hide file tree
Showing 15 changed files with 387 additions and 4,649 deletions.
2 changes: 1 addition & 1 deletion junit5-jupiter-extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks.withType(JavaCompile).configureEach {
}

dependencies {
api(platform("org.junit:junit-bom:5.11.0"))
api(platform("org.junit:junit-bom:5.10.4"))
api("org.junit.jupiter:junit-jupiter-api") {
because 'building extensions in "main" using JUnit Jupiter API'
}
Expand Down
2 changes: 1 addition & 1 deletion junit5-jupiter-starter-ant/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Set constants.
#
junit_platform_version='1.11.0'
junit_platform_version='1.10.4'
ant_version='1.10.13'
ant_folder="apache-ant-${ant_version}"
ant_archive="${ant_folder}-bin.tar.gz"
Expand Down
4 changes: 2 additions & 2 deletions junit5-jupiter-starter-bazel/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
JUNIT_JUPITER_VERSION = "5.11.0"
JUNIT_JUPITER_VERSION = "5.10.4"

JUNIT_PLATFORM_VERSION = "1.11.0"
JUNIT_PLATFORM_VERSION = "1.10.4"

bazel_dep(name = "rules_jvm_external", version = "6.4")
bazel_dep(name = "contrib_rules_jvm", version = "0.27.0")
Expand Down
Loading

0 comments on commit e2ee2e6

Please sign in to comment.