diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 71decad..f07cc1c 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 48b3cd1..32584ae 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 949342c..8d5f3ca 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -2,5 +2,5 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true bld.extensions= bld.repositories=MAVEN_CENTRAL,RIFE2 -rife2.downloadLocation= -rife2.version=1.6.3 +bld.downloadLocation= +bld.version=1.7.0 diff --git a/src/bld/java/hello/AppBuild.java b/src/bld/java/hello/AppBuild.java index 5da5f60..5bd4a66 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,3))); + .include(dependency("com.uwyn.rife2", "rife2", version(1,7,0))); scope(test) .include(dependency("org.jsoup", "jsoup", version(1,16,1))) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))