diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 59ffe59..48e8fd5 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/.vscode/settings.json b/.vscode/settings.json index 9e96092..4863b25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,7 +9,7 @@ ], "java.configuration.updateBuildConfiguration": "automatic", "java.project.referencedLibraries": [ - "${HOME}/.bld/dist/bld-1.9.0.jar", + "${HOME}/.bld/dist/bld-1.9.1.jar", "lib/**/*.jar" ] } diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index f557b1d..76b0b29 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 1b304b0..8022d33 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_RELEASES bld.downloadLocation= -bld.version=1.9.0 +bld.version=1.9.1 diff --git a/src/bld/java/hello/AppBuild.java b/src/bld/java/hello/AppBuild.java index 4e263cf..32345cc 100644 --- a/src/bld/java/hello/AppBuild.java +++ b/src/bld/java/hello/AppBuild.java @@ -28,9 +28,9 @@ public class AppBuild extends WebProject { .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,2))) .include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,2))); scope(standalone) - .include(dependency("org.eclipse.jetty.ee10", "jetty-ee10", version(12,0,6))) - .include(dependency("org.eclipse.jetty.ee10", "jetty-ee10-servlet", version(12,0,6))) - .include(dependency("org.slf4j", "slf4j-simple", version(2,0,12))); + .include(dependency("org.eclipse.jetty.ee10", "jetty-ee10", version(12,0,8))) + .include(dependency("org.eclipse.jetty.ee10", "jetty-ee10-servlet", version(12,0,8))) + .include(dependency("org.slf4j", "slf4j-simple", version(2,0,13))); precompileOperation().templateTypes(HTML); }