Skip to content

Commit ed33df9

Browse files
committed
1 parent 2f5eeba commit ed33df9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
97.3 KB
Binary file not shown.

src/main/java/com.github.forax.pro.bootstrap/com/github/forax/pro/bootstrap/Bootstrap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ public static void main(String[] args) throws IOException {
106106
compileAndPackagePlugin("runner", list("resolver", "modulefixer", "compiler", "packager"), () -> { /* empty */});
107107
compileAndPackagePlugin("tester", list("resolver", "modulefixer", "compiler", "packager"), () -> {
108108
// set("resolver.remoteRepositories", list(uri("https://oss.sonatype.org/content/repositories/snapshots")));
109-
var junitPlatformVersion = "1.7.0-RC1";
110-
var junitJupiterVersion = "5.7.0-RC1";
109+
var junitPlatformVersion = "1.7.0";
110+
var junitJupiterVersion = "5.7.0";
111111
var opentest4jVersion = "1.2.0";
112112
var apiGuardianVersion = "1.1.0";
113113
set("resolver.dependencies", list(

0 commit comments

Comments
 (0)