File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed
org.eclipse.xtext.tests/testdata/wizard-expectations
full/full.parent/full.web
gradle/gradle.parent/gradle.web
mavenTycho/mavenTycho.parent/mavenTycho.web
mavenTychoJUnit5/mavenTychoJUnit5.parent/mavenTychoJUnit5.web
mavenTychoP2/mavenTychoP2.parent/mavenTychoP2.web
mavenTychoP2J21/mavenTychoP2J21.parent/mavenTychoP2J21.web
plainMaven/plainMaven.parent/plainMaven.web
org.eclipse.xtext.web.example.jetty
org.eclipse.xtext.xtext.wizard
src/org/eclipse/xtext/xtext/wizard
xtend-gen/org/eclipse/xtext/xtext/wizard Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
api " org.webjars:requirejs:2.3.7"
11
11
api " org.webjars:jquery:3.6.0"
12
12
api " org.webjars:ace:1.3.3"
13
- providedCompile " org.eclipse.jetty:jetty-annotations:11.0.23 "
13
+ providedCompile " org.eclipse.jetty:jetty-annotations:11.0.24 "
14
14
providedCompile " org.slf4j:slf4j-simple:2.0.5"
15
15
}
16
16
task jettyRun (type :JavaExec ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
api " org.webjars:requirejs:2.3.7"
11
11
api " org.webjars:jquery:3.6.0"
12
12
api " org.webjars:ace:1.3.3"
13
- providedCompile " org.eclipse.jetty:jetty-annotations:11.0.23 "
13
+ providedCompile " org.eclipse.jetty:jetty-annotations:11.0.24 "
14
14
providedCompile " org.slf4j:slf4j-simple:2.0.5"
15
15
}
16
16
task jettyRun (type :JavaExec ) {
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.eclipse.jetty</groupId >
38
38
<artifactId >jetty-maven-plugin</artifactId >
39
- <version >11.0.23 </version >
39
+ <version >11.0.24 </version >
40
40
<configuration >
41
41
<webAppSourceDirectory >WebRoot</webAppSourceDirectory >
42
42
</configuration >
117
117
<dependency >
118
118
<groupId >org.eclipse.jetty</groupId >
119
119
<artifactId >jetty-annotations</artifactId >
120
- <version >11.0.23 </version >
120
+ <version >11.0.24 </version >
121
121
<scope >provided</scope >
122
122
</dependency >
123
123
<dependency >
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.eclipse.jetty</groupId >
38
38
<artifactId >jetty-maven-plugin</artifactId >
39
- <version >11.0.23 </version >
39
+ <version >11.0.24 </version >
40
40
<configuration >
41
41
<webAppSourceDirectory >WebRoot</webAppSourceDirectory >
42
42
</configuration >
117
117
<dependency >
118
118
<groupId >org.eclipse.jetty</groupId >
119
119
<artifactId >jetty-annotations</artifactId >
120
- <version >11.0.23 </version >
120
+ <version >11.0.24 </version >
121
121
<scope >provided</scope >
122
122
</dependency >
123
123
<dependency >
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.eclipse.jetty</groupId >
38
38
<artifactId >jetty-maven-plugin</artifactId >
39
- <version >11.0.23 </version >
39
+ <version >11.0.24 </version >
40
40
<configuration >
41
41
<webAppSourceDirectory >WebRoot</webAppSourceDirectory >
42
42
</configuration >
117
117
<dependency >
118
118
<groupId >org.eclipse.jetty</groupId >
119
119
<artifactId >jetty-annotations</artifactId >
120
- <version >11.0.23 </version >
120
+ <version >11.0.24 </version >
121
121
<scope >provided</scope >
122
122
</dependency >
123
123
<dependency >
Original file line number Diff line number Diff line change 36
36
<plugin >
37
37
<groupId >org.eclipse.jetty</groupId >
38
38
<artifactId >jetty-maven-plugin</artifactId >
39
- <version >11.0.23 </version >
39
+ <version >11.0.24 </version >
40
40
<configuration >
41
41
<webAppSourceDirectory >WebRoot</webAppSourceDirectory >
42
42
</configuration >
117
117
<dependency >
118
118
<groupId >org.eclipse.jetty</groupId >
119
119
<artifactId >jetty-annotations</artifactId >
120
- <version >11.0.23 </version >
120
+ <version >11.0.24 </version >
121
121
<scope >provided</scope >
122
122
</dependency >
123
123
<dependency >
Original file line number Diff line number Diff line change 26
26
<plugin >
27
27
<groupId >org.eclipse.jetty</groupId >
28
28
<artifactId >jetty-maven-plugin</artifactId >
29
- <version >11.0.23 </version >
29
+ <version >11.0.24 </version >
30
30
<configuration >
31
31
<webAppSourceDirectory >src/main/webapp</webAppSourceDirectory >
32
32
</configuration >
107
107
<dependency >
108
108
<groupId >org.eclipse.jetty</groupId >
109
109
<artifactId >jetty-annotations</artifactId >
110
- <version >11.0.23 </version >
110
+ <version >11.0.24 </version >
111
111
<scope >provided</scope >
112
112
</dependency >
113
113
<dependency >
Original file line number Diff line number Diff line change 10
10
<packaging >war</packaging >
11
11
12
12
<properties >
13
- <jetty-version >11.0.23 </jetty-version >
13
+ <jetty-version >11.0.24 </jetty-version >
14
14
</properties >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class WebProjectDescriptor extends ProjectDescriptor {
18
18
static val REQUIREJS_VERSION = ' 2.3.7'
19
19
// static val REQUIREJS_TEXT_VERSION = '2.0.15'
20
20
static val JQUERY_VERSION = ' 3.6.0'
21
- static val JETTY_VERSION = ' 11.0.23 '
21
+ static val JETTY_VERSION = ' 11.0.24 '
22
22
static val SLF4J_VERSION = ' 2.0.5'
23
23
static val ACE_VERSION = ' 1.3.3'
24
24
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class WebProjectDescriptor extends ProjectDescriptor {
25
25
26
26
private static final String JQUERY_VERSION = "3.6.0" ;
27
27
28
- private static final String JETTY_VERSION = "11.0.23 " ;
28
+ private static final String JETTY_VERSION = "11.0.24 " ;
29
29
30
30
private static final String SLF4J_VERSION = "2.0.5" ;
31
31
You can’t perform that action at this time.
0 commit comments