Skip to content

Commit 9859488

Browse files
committed
Update jetty to 12.1.4
Change-Id: I98af594294aa0f2d03dd2e0e90c5e2a62486b013
1 parent a0ebfbe commit 9859488

8 files changed

Lines changed: 63 additions & 63 deletions

File tree

WORKSPACE

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,54 +242,54 @@ maven_jar(
242242
sha1 = "48b8230771e573b54ce6e867a9001e75977fe78e",
243243
)
244244

245-
JETTY_VER = "12.1.3"
245+
JETTY_VER = "12.1.4"
246246

247247
maven_jar(
248248
name = "jetty-servlet",
249249
artifact = "org.eclipse.jetty.ee10:jetty-ee10-servlet:" + JETTY_VER,
250-
sha1 = "b2709dddac048fb03735c9ea85673dbfcec8bdfc",
250+
sha1 = "77ce63899d8a3d65ccdd68c6948faab9899ad66d",
251251
)
252252

253253
maven_jar(
254254
name = "jetty-security",
255255
artifact = "org.eclipse.jetty:jetty-security:" + JETTY_VER,
256-
sha1 = "f40cb316ef0e9a168f59eaf0b2d0440b7adcb1f8",
256+
sha1 = "1110c675e052608f9be78ff65884ae68672d793b",
257257
)
258258

259259
maven_jar(
260260
name = "jetty-server",
261261
artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VER,
262-
sha1 = "7741aafcd7d6dc718d04d4cfb883982e361d6577",
262+
sha1 = "142e34e6e3ae2645df5a59c002180c9cbeeb940e",
263263
)
264264

265265
maven_jar(
266266
name = "jetty-session",
267267
artifact = "org.eclipse.jetty:jetty-session:" + JETTY_VER,
268-
sha1 = "0837f081a357a2c835a96ceaa09445921a33b0e9",
268+
sha1 = "85fe6e7bba3dccdac5d76f451f6e126f1da6ab87",
269269
)
270270

271271
maven_jar(
272272
name = "jetty-http",
273273
artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VER,
274-
sha1 = "3822fb03ec85e4157cf68c1ac661b5d06fd19b25",
274+
sha1 = "310c2c94836b5675e97621f62d7d1f0cab79a142",
275275
)
276276

277277
maven_jar(
278278
name = "jetty-io",
279279
artifact = "org.eclipse.jetty:jetty-io:" + JETTY_VER,
280-
sha1 = "2c46bf53f41e40df72ff457c40553da2ace7b956",
280+
sha1 = "f637ebb6d9cc27bedef24514d9a475b343f6fd17",
281281
)
282282

283283
maven_jar(
284284
name = "jetty-util",
285285
artifact = "org.eclipse.jetty:jetty-util:" + JETTY_VER,
286-
sha1 = "9606f6cc440419f62214ceaa2c8ab4b312baf6be",
286+
sha1 = "f0ebb90ade7a18f5f8c2c1513d4433ccfbada69b",
287287
)
288288

289289
maven_jar(
290290
name = "jetty-util-ajax",
291291
artifact = "org.eclipse.jetty:jetty-util-ajax:" + JETTY_VER,
292-
sha1 = "d0b0a631434ca2cf5a913d2852893779bfecebf8",
292+
sha1 = "f14e709057b93e88c69e7060d591e9582146899b",
293293
)
294294

295295
BOUNCYCASTLE_VER = "1.82"

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.34" sequenceNumber="1763479903">
4+
<target name="jgit-4.34" sequenceNumber="1763480041">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -107,49 +107,49 @@
107107
<dependency>
108108
<groupId>org.eclipse.jetty.ee10</groupId>
109109
<artifactId>jetty-ee10-servlet</artifactId>
110-
<version>12.1.3</version>
110+
<version>12.1.4</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.jetty</groupId>
115115
<artifactId>jetty-http</artifactId>
116-
<version>12.1.3</version>
116+
<version>12.1.4</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.eclipse.jetty</groupId>
121121
<artifactId>jetty-io</artifactId>
122-
<version>12.1.3</version>
122+
<version>12.1.4</version>
123123
<type>jar</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-security</artifactId>
128-
<version>12.1.3</version>
128+
<version>12.1.4</version>
129129
<type>jar</type>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.jetty</groupId>
133133
<artifactId>jetty-server</artifactId>
134-
<version>12.1.3</version>
134+
<version>12.1.4</version>
135135
<type>jar</type>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.jetty</groupId>
139139
<artifactId>jetty-session</artifactId>
140-
<version>12.1.3</version>
140+
<version>12.1.4</version>
141141
<type>jar</type>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
145145
<artifactId>jetty-util</artifactId>
146-
<version>12.1.3</version>
146+
<version>12.1.4</version>
147147
<type>jar</type>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.eclipse.jetty</groupId>
151151
<artifactId>jetty-util-ajax</artifactId>
152-
<version>12.1.3</version>
152+
<version>12.1.4</version>
153153
<type>jar</type>
154154
</dependency>
155155
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.35" sequenceNumber="1763479903">
4+
<target name="jgit-4.35" sequenceNumber="1763480041">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -107,49 +107,49 @@
107107
<dependency>
108108
<groupId>org.eclipse.jetty.ee10</groupId>
109109
<artifactId>jetty-ee10-servlet</artifactId>
110-
<version>12.1.3</version>
110+
<version>12.1.4</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.jetty</groupId>
115115
<artifactId>jetty-http</artifactId>
116-
<version>12.1.3</version>
116+
<version>12.1.4</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.eclipse.jetty</groupId>
121121
<artifactId>jetty-io</artifactId>
122-
<version>12.1.3</version>
122+
<version>12.1.4</version>
123123
<type>jar</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-security</artifactId>
128-
<version>12.1.3</version>
128+
<version>12.1.4</version>
129129
<type>jar</type>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.jetty</groupId>
133133
<artifactId>jetty-server</artifactId>
134-
<version>12.1.3</version>
134+
<version>12.1.4</version>
135135
<type>jar</type>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.jetty</groupId>
139139
<artifactId>jetty-session</artifactId>
140-
<version>12.1.3</version>
140+
<version>12.1.4</version>
141141
<type>jar</type>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
145145
<artifactId>jetty-util</artifactId>
146-
<version>12.1.3</version>
146+
<version>12.1.4</version>
147147
<type>jar</type>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.eclipse.jetty</groupId>
151151
<artifactId>jetty-util-ajax</artifactId>
152-
<version>12.1.3</version>
152+
<version>12.1.4</version>
153153
<type>jar</type>
154154
</dependency>
155155
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.36.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.36" sequenceNumber="1763479903">
4+
<target name="jgit-4.36" sequenceNumber="1763480041">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -107,49 +107,49 @@
107107
<dependency>
108108
<groupId>org.eclipse.jetty.ee10</groupId>
109109
<artifactId>jetty-ee10-servlet</artifactId>
110-
<version>12.1.3</version>
110+
<version>12.1.4</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.jetty</groupId>
115115
<artifactId>jetty-http</artifactId>
116-
<version>12.1.3</version>
116+
<version>12.1.4</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.eclipse.jetty</groupId>
121121
<artifactId>jetty-io</artifactId>
122-
<version>12.1.3</version>
122+
<version>12.1.4</version>
123123
<type>jar</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-security</artifactId>
128-
<version>12.1.3</version>
128+
<version>12.1.4</version>
129129
<type>jar</type>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.jetty</groupId>
133133
<artifactId>jetty-server</artifactId>
134-
<version>12.1.3</version>
134+
<version>12.1.4</version>
135135
<type>jar</type>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.jetty</groupId>
139139
<artifactId>jetty-session</artifactId>
140-
<version>12.1.3</version>
140+
<version>12.1.4</version>
141141
<type>jar</type>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
145145
<artifactId>jetty-util</artifactId>
146-
<version>12.1.3</version>
146+
<version>12.1.4</version>
147147
<type>jar</type>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.eclipse.jetty</groupId>
151151
<artifactId>jetty-util-ajax</artifactId>
152-
<version>12.1.3</version>
152+
<version>12.1.4</version>
153153
<type>jar</type>
154154
</dependency>
155155
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.37.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.37" sequenceNumber="1763479903">
4+
<target name="jgit-4.37" sequenceNumber="1763480041">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -107,49 +107,49 @@
107107
<dependency>
108108
<groupId>org.eclipse.jetty.ee10</groupId>
109109
<artifactId>jetty-ee10-servlet</artifactId>
110-
<version>12.1.3</version>
110+
<version>12.1.4</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.jetty</groupId>
115115
<artifactId>jetty-http</artifactId>
116-
<version>12.1.3</version>
116+
<version>12.1.4</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.eclipse.jetty</groupId>
121121
<artifactId>jetty-io</artifactId>
122-
<version>12.1.3</version>
122+
<version>12.1.4</version>
123123
<type>jar</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-security</artifactId>
128-
<version>12.1.3</version>
128+
<version>12.1.4</version>
129129
<type>jar</type>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.jetty</groupId>
133133
<artifactId>jetty-server</artifactId>
134-
<version>12.1.3</version>
134+
<version>12.1.4</version>
135135
<type>jar</type>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.jetty</groupId>
139139
<artifactId>jetty-session</artifactId>
140-
<version>12.1.3</version>
140+
<version>12.1.4</version>
141141
<type>jar</type>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
145145
<artifactId>jetty-util</artifactId>
146-
<version>12.1.3</version>
146+
<version>12.1.4</version>
147147
<type>jar</type>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.eclipse.jetty</groupId>
151151
<artifactId>jetty-util-ajax</artifactId>
152-
<version>12.1.3</version>
152+
<version>12.1.4</version>
153153
<type>jar</type>
154154
</dependency>
155155
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.38.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.38" sequenceNumber="1763479903">
4+
<target name="jgit-4.38" sequenceNumber="1763480041">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -107,49 +107,49 @@
107107
<dependency>
108108
<groupId>org.eclipse.jetty.ee10</groupId>
109109
<artifactId>jetty-ee10-servlet</artifactId>
110-
<version>12.1.3</version>
110+
<version>12.1.4</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.eclipse.jetty</groupId>
115115
<artifactId>jetty-http</artifactId>
116-
<version>12.1.3</version>
116+
<version>12.1.4</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.eclipse.jetty</groupId>
121121
<artifactId>jetty-io</artifactId>
122-
<version>12.1.3</version>
122+
<version>12.1.4</version>
123123
<type>jar</type>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-security</artifactId>
128-
<version>12.1.3</version>
128+
<version>12.1.4</version>
129129
<type>jar</type>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.eclipse.jetty</groupId>
133133
<artifactId>jetty-server</artifactId>
134-
<version>12.1.3</version>
134+
<version>12.1.4</version>
135135
<type>jar</type>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.eclipse.jetty</groupId>
139139
<artifactId>jetty-session</artifactId>
140-
<version>12.1.3</version>
140+
<version>12.1.4</version>
141141
<type>jar</type>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
145145
<artifactId>jetty-util</artifactId>
146-
<version>12.1.3</version>
146+
<version>12.1.4</version>
147147
<type>jar</type>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.eclipse.jetty</groupId>
151151
<artifactId>jetty-util-ajax</artifactId>
152-
<version>12.1.3</version>
152+
<version>12.1.4</version>
153153
<type>jar</type>
154154
</dependency>
155155
<dependency>

0 commit comments

Comments
 (0)