diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index a768b5f..7596927 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 a5aab64..3cfe7e2 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 e042de5..f77b89b 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.6.0 +rife2.version=1.6.1 diff --git a/src/bld/java/hello/AppBuild.java b/src/bld/java/hello/AppBuild.java index 836ad3c..5909e57 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,6,0))); + .include(dependency("com.uwyn.rife2", "rife2", version(1,6,1))); scope(test) .include(dependency("org.jsoup", "jsoup", version(1,15,4))) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))