diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index a35eaf8..71decad 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 9d4c06f..48b3cd1 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 99b6122..949342c 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.2 +rife2.version=1.6.3 diff --git a/src/bld/java/hello/AppBuild.java b/src/bld/java/hello/AppBuild.java index c9cf419..5da5f60 100644 --- a/src/bld/java/hello/AppBuild.java +++ b/src/bld/java/hello/AppBuild.java @@ -22,11 +22,11 @@ public class AppBuild extends WebProject { repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); scope(compile) - .include(dependency("com.uwyn.rife2", "rife2", version(1,6,2))); + .include(dependency("com.uwyn.rife2", "rife2", version(1,6,3))); scope(test) - .include(dependency("org.jsoup", "jsoup", version(1,15,4))) - .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.jsoup", "jsoup", version(1,16,1))) + .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3))) + .include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,9,3))); scope(standalone) .include(dependency("org.eclipse.jetty", "jetty-server", version(11,0,15))) .include(dependency("org.eclipse.jetty", "jetty-servlet", version(11,0,15)))