diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index a71dcdf..a768b5f 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,11 +2,11 @@ - + - + diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index 463a9f6..a5aab64 100644 Binary files a/lib/bld/bld-wrapper.jar and b/lib/bld/bld-wrapper.jar differ diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index d3de463..e042de5 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -3,4 +3,4 @@ bld.downloadExtensionSources=true bld.extensions= bld.repositories=MAVEN_CENTRAL,RIFE2 rife2.downloadLocation= -rife2.version=1.5.22 +rife2.version=1.6.0 diff --git a/src/bld/java/hello/AppBuild.java b/src/bld/java/hello/AppBuild.java index 81b79e9..836ad3c 100644 --- a/src/bld/java/hello/AppBuild.java +++ b/src/bld/java/hello/AppBuild.java @@ -22,7 +22,7 @@ public class AppBuild extends WebProject { repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); scope(compile) - .include(dependency("com.uwyn.rife2", "rife2", version(1,5,22))); + .include(dependency("com.uwyn.rife2", "rife2", version(1,6,0))); scope(test) .include(dependency("org.jsoup", "jsoup", version(1,15,4))) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))