diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/full/full.parent/full.web/build.gradle b/org.eclipse.xtext.tests/testdata/wizard-expectations/full/full.parent/full.web/build.gradle index 40725f8573f..5dfbf013e4c 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/full/full.parent/full.web/build.gradle +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/full/full.parent/full.web/build.gradle @@ -10,7 +10,7 @@ dependencies { api "org.webjars:requirejs:2.3.7" api "org.webjars:jquery:3.6.0" api "org.webjars:ace:1.3.3" - providedCompile "org.eclipse.jetty:jetty-annotations:11.0.21" + providedCompile "org.eclipse.jetty:jetty-annotations:11.0.23" providedCompile "org.slf4j:slf4j-simple:2.0.5" } task jettyRun(type:JavaExec) { diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/gradle/gradle.parent/gradle.web/build.gradle b/org.eclipse.xtext.tests/testdata/wizard-expectations/gradle/gradle.parent/gradle.web/build.gradle index 1c9682faea5..1177ad5e61d 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/gradle/gradle.parent/gradle.web/build.gradle +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/gradle/gradle.parent/gradle.web/build.gradle @@ -10,7 +10,7 @@ dependencies { api "org.webjars:requirejs:2.3.7" api "org.webjars:jquery:3.6.0" api "org.webjars:ace:1.3.3" - providedCompile "org.eclipse.jetty:jetty-annotations:11.0.21" + providedCompile "org.eclipse.jetty:jetty-annotations:11.0.23" providedCompile "org.slf4j:slf4j-simple:2.0.5" } task jettyRun(type:JavaExec) { diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTycho/mavenTycho.parent/mavenTycho.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTycho/mavenTycho.parent/mavenTycho.web/pom.xml index 2758f342fc9..f78b7de6fc1 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTycho/mavenTycho.parent/mavenTycho.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTycho/mavenTycho.parent/mavenTycho.web/pom.xml @@ -36,7 +36,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 WebRoot @@ -116,7 +116,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.web/pom.xml index 2e430561a26..d6f1170991f 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoJ17/mavenTychoJ17.parent/mavenTychoJ17.web/pom.xml @@ -36,7 +36,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 WebRoot @@ -116,7 +116,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2/mavenTychoP2.parent/mavenTychoP2.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2/mavenTychoP2.parent/mavenTychoP2.web/pom.xml index 59cba2e85f4..cfdedd84676 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2/mavenTychoP2.parent/mavenTychoP2.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2/mavenTychoP2.parent/mavenTychoP2.web/pom.xml @@ -36,7 +36,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 WebRoot @@ -116,7 +116,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J17/mavenTychoP2J17.parent/mavenTychoP2J17.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J17/mavenTychoP2J17.parent/mavenTychoP2J17.web/pom.xml index 9f53db83dc1..f990b99b528 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J17/mavenTychoP2J17.parent/mavenTychoP2J17.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J17/mavenTychoP2J17.parent/mavenTychoP2J17.web/pom.xml @@ -36,7 +36,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 WebRoot @@ -116,7 +116,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J21/mavenTychoP2J21.parent/mavenTychoP2J21.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J21/mavenTychoP2J21.parent/mavenTychoP2J21.web/pom.xml index 507d5528be6..54da40dea36 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J21/mavenTychoP2J21.parent/mavenTychoP2J21.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J21/mavenTychoP2J21.parent/mavenTychoP2J21.web/pom.xml @@ -36,7 +36,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 WebRoot @@ -116,7 +116,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.tests/testdata/wizard-expectations/plainMaven/plainMaven.parent/plainMaven.web/pom.xml b/org.eclipse.xtext.tests/testdata/wizard-expectations/plainMaven/plainMaven.parent/plainMaven.web/pom.xml index 03f12e61a13..e9af5c6d2f3 100644 --- a/org.eclipse.xtext.tests/testdata/wizard-expectations/plainMaven/plainMaven.parent/plainMaven.web/pom.xml +++ b/org.eclipse.xtext.tests/testdata/wizard-expectations/plainMaven/plainMaven.parent/plainMaven.web/pom.xml @@ -26,7 +26,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.21 + 11.0.23 src/main/webapp @@ -106,7 +106,7 @@ org.eclipse.jetty jetty-annotations - 11.0.21 + 11.0.23 provided diff --git a/org.eclipse.xtext.web.example.jetty/pom.xml b/org.eclipse.xtext.web.example.jetty/pom.xml index 65ce4def146..17398f6bcca 100644 --- a/org.eclipse.xtext.web.example.jetty/pom.xml +++ b/org.eclipse.xtext.web.example.jetty/pom.xml @@ -10,7 +10,7 @@ war - 11.0.21 + 11.0.23 diff --git a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend index 9c01bab71cc..d28901a7cd4 100644 --- a/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend +++ b/org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.xtend @@ -18,7 +18,7 @@ class WebProjectDescriptor extends ProjectDescriptor { static val REQUIREJS_VERSION = '2.3.7' // static val REQUIREJS_TEXT_VERSION = '2.0.15' static val JQUERY_VERSION = '3.6.0' - static val JETTY_VERSION = '11.0.21' + static val JETTY_VERSION = '11.0.23' static val SLF4J_VERSION = '2.0.5' static val ACE_VERSION = '1.3.3' diff --git a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java index add2d0d8886..c6ab06e7791 100644 --- a/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java +++ b/org.eclipse.xtext.xtext.wizard/xtend-gen/org/eclipse/xtext/xtext/wizard/WebProjectDescriptor.java @@ -25,7 +25,7 @@ public class WebProjectDescriptor extends ProjectDescriptor { private static final String JQUERY_VERSION = "3.6.0"; - private static final String JETTY_VERSION = "11.0.21"; + private static final String JETTY_VERSION = "11.0.23"; private static final String SLF4J_VERSION = "2.0.5";