Upgraded to RIFE2 1.7.0

This commit is contained in:
Erik C. Thauvin 2023-05-12 15:03:19 -07:00
parent 1490b29da5
commit a57c5afd62
8 changed files with 27 additions and 10 deletions

View file

@ -58,10 +58,10 @@ public class TemplateRenderersBuild extends Project {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1, 5, 20)));
.include(dependency("com.uwyn.rife2", "rife2", version(1, 7, 0)));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 9, 2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 9, 2)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 9, 3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 9, 3)))
.include(dependency("org.assertj:assertj-core:3.24.2"));
}