bump jetty version in wizard

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-12-16 15:24:22 +01:00
parent 2f1566edfc
commit b705ada58f
8 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ dependencies {
api "org.webjars:requirejs:2.3.6"
api "org.webjars:jquery:3.6.0"
api "org.webjars:ace:1.3.3"
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.43.v20210629"
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.44.v20210927"
providedCompile "org.slf4j:slf4j-simple:1.7.32"
}
task jettyRun(type:JavaExec) {

View file

@ -10,7 +10,7 @@ dependencies {
api "org.webjars:requirejs:2.3.6"
api "org.webjars:jquery:3.6.0"
api "org.webjars:ace:1.3.3"
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.43.v20210629"
providedCompile "org.eclipse.jetty:jetty-annotations:9.4.44.v20210927"
providedCompile "org.slf4j:slf4j-simple:1.7.32"
}
task jettyRun(type:JavaExec) {

View file

@ -36,7 +36,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<configuration>
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
</configuration>
@ -116,7 +116,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -36,7 +36,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<configuration>
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
</configuration>
@ -116,7 +116,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -36,7 +36,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<configuration>
<webAppSourceDirectory>WebRoot</webAppSourceDirectory>
</configuration>
@ -116,7 +116,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -26,7 +26,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<configuration>
<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
</configuration>
@ -106,7 +106,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -18,7 +18,7 @@ class WebProjectDescriptor extends ProjectDescriptor {
static val REQUIREJS_VERSION = '2.3.6'
// static val REQUIREJS_TEXT_VERSION = '2.0.15'
static val JQUERY_VERSION = '3.6.0'
static val JETTY_VERSION = '9.4.43.v20210629'
static val JETTY_VERSION = '9.4.44.v20210927'
static val SLF4J_VERSION = '1.7.32'
static val ACE_VERSION = '1.3.3'

View file

@ -25,7 +25,7 @@ public class WebProjectDescriptor extends ProjectDescriptor {
private static final String JQUERY_VERSION = "3.6.0";
private static final String JETTY_VERSION = "9.4.43.v20210629";
private static final String JETTY_VERSION = "9.4.44.v20210927";
private static final String SLF4J_VERSION = "1.7.32";