Updated dependencies
This commit is contained in:
parent
ab59d559e4
commit
eeb2965a5e
5 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ public class TemplateRenderersBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1, 7, 0)));
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1, 7, 3)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 0)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue