build(deps): Bump JUnit to version 5.12.0
This commit is contained in:
parent
18fce5c29a
commit
576c28f439
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,8 @@ public class ExamplesBuild extends Project {
|
|||
scope(compile)
|
||||
.include(dependency("org.jreleaser", "jreleaser", version(1, 16, 0)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 4)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 4)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
@ -40,4 +40,4 @@ public class ExamplesBuild extends Project {
|
|||
.format(JReleaserInitOperation.Format.JSON)
|
||||
.execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,8 +45,8 @@ public class JReleaserExtensionBuild extends Project {
|
|||
.include(dependency("com.uwyn.rife2", "bld", version(2, 2, 0)));
|
||||
scope(test)
|
||||
.include(dependency("org.jreleaser", "jreleaser", version(1,16,0)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 11, 4)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 11, 4)));
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)));
|
||||
|
||||
javadocOperation()
|
||||
.javadocOptions()
|
||||
|
@ -90,4 +90,4 @@ public class JReleaserExtensionBuild extends Project {
|
|||
public static void main(String[] args) {
|
||||
new JReleaserExtensionBuild().start(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue