build(deps): Bump JReleaser to version 1.17.0
This commit is contained in:
parent
191afcde70
commit
51241b049e
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ public class ExamplesBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(compile)
|
||||
.include(dependency("org.jreleaser", "jreleaser", version(1, 16, 0)));
|
||||
.include(dependency("org.jreleaser", "jreleaser", version(1, 17, 0)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 12, 0)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue