Skip to content

Commit 73e8447

Browse files
committed
Update jetty to 12.0.14
Change-Id: I05da7de8fa370e3f00532f9f50408ddb79d37e56
1 parent 30134f2 commit 73e8447

21 files changed

+180
-188
lines changed

WORKSPACE

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -246,62 +246,54 @@ maven_jar(
246246
sha1 = "527175ca6d81050b53bdd4c457a6d6e017626b0e",
247247
)
248248

249-
JETTY_VER = "12.0.13"
249+
JETTY_VER = "12.0.14"
250250

251251
maven_jar(
252252
name = "jetty-servlet",
253253
artifact = "org.eclipse.jetty.ee10:jetty-ee10-servlet:" + JETTY_VER,
254-
sha1 = "e1cb00629ed0d4091caad7e4ee542878d60978d2",
255-
src_sha1 = "15c9b6eced1fc9fb55450b43410acdef03903282",
254+
sha1 = "900856dd4429c9d65404d487b04bd6d4fb11c402",
256255
)
257256

258257
maven_jar(
259258
name = "jetty-security",
260259
artifact = "org.eclipse.jetty:jetty-security:" + JETTY_VER,
261-
sha1 = "c71b4755750198d3639cd26b55c32c87be568cce",
262-
src_sha1 = "6a181480c9c2075abfb75d03abf0ff00a7545e58",
260+
sha1 = "7541e45e2228663655d9a446ef727fd83f8dbb50",
263261
)
264262

265263
maven_jar(
266264
name = "jetty-server",
267265
artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VER,
268-
sha1 = "f7e2f539dacb3426fef1bcd66ca7a5c13d5f6409",
269-
src_sha1 = "be6cb0c0c3a7abc9b835fe1c918af3fef9cb3689",
266+
sha1 = "d28162468454f3b59bc0e7bff9fbc5fc69b5e83e",
270267
)
271268

272269
maven_jar(
273270
name = "jetty-session",
274271
artifact = "org.eclipse.jetty:jetty-session:" + JETTY_VER,
275-
sha1 = "dd79f830f79bd827ba8d7c9e3fd35e03315afbd8",
276-
src_sha1 = "970836d155c4b5e6d273ad32d40a384ceda2f2e8",
272+
sha1 = "06e4b224a0e9d4bf1441eee65916820f3a56ad1d",
277273
)
278274

279275
maven_jar(
280276
name = "jetty-http",
281277
artifact = "org.eclipse.jetty:jetty-http:" + JETTY_VER,
282-
sha1 = "4cc207e1006a747796cb99072087d58182193ad8",
283-
src_sha1 = "3e047c2f4842cf6a9e3b68db36a1a667aefa6a1d",
278+
sha1 = "6598be473f9ca74b668056affc750bb1988e62ba",
284279
)
285280

286281
maven_jar(
287282
name = "jetty-io",
288283
artifact = "org.eclipse.jetty:jetty-io:" + JETTY_VER,
289-
sha1 = "a8377234b4a3967ee9ecc65ee25ef93dcffeb0f8",
290-
src_sha1 = "ad84fef838609a88d50a0ced859972a8f4dc0f19",
284+
sha1 = "1ae0bfaf9b900aa7041a71c62b6e674e76c6101f",
291285
)
292286

293287
maven_jar(
294288
name = "jetty-util",
295289
artifact = "org.eclipse.jetty:jetty-util:" + JETTY_VER,
296-
sha1 = "ad63179e37e1037b901feaa9d7423c27f70fcdfe",
297-
src_sha1 = "93354fb32122f3be1ea23c6c44c00bbf58ac506a",
290+
sha1 = "6aea45fc3a7078ee55f3921ec6b0dc660701df85",
298291
)
299292

300293
maven_jar(
301294
name = "jetty-util-ajax",
302295
artifact = "org.eclipse.jetty:jetty-util-ajax:" + JETTY_VER,
303-
sha1 = "d5caa4713c49aa2984505849b7bcab0c57b1d4c6",
304-
src_sha1 = "dd4630c8b243725a6715caf268a8230ff9b6083a",
296+
sha1 = "6f4beb9b482ea0d9db9db0564742aa2e4e0bf3c4",
305297
)
306298

307299
BOUNCYCASTLE_VER = "1.78.1"

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.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.17" sequenceNumber="1728432373">
4+
<target name="jgit-4.17" sequenceNumber="1728509927">
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"/>
@@ -105,49 +105,49 @@
105105
<dependency>
106106
<groupId>org.eclipse.jetty.ee10</groupId>
107107
<artifactId>jetty-ee10-servlet</artifactId>
108-
<version>12.0.13</version>
108+
<version>12.0.14</version>
109109
<type>jar</type>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.jetty</groupId>
113113
<artifactId>jetty-http</artifactId>
114-
<version>12.0.13</version>
114+
<version>12.0.14</version>
115115
<type>jar</type>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.eclipse.jetty</groupId>
119119
<artifactId>jetty-io</artifactId>
120-
<version>12.0.13</version>
120+
<version>12.0.14</version>
121121
<type>jar</type>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.jetty</groupId>
125125
<artifactId>jetty-security</artifactId>
126-
<version>12.0.13</version>
126+
<version>12.0.14</version>
127127
<type>jar</type>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.eclipse.jetty</groupId>
131131
<artifactId>jetty-server</artifactId>
132-
<version>12.0.13</version>
132+
<version>12.0.14</version>
133133
<type>jar</type>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.eclipse.jetty</groupId>
137137
<artifactId>jetty-session</artifactId>
138-
<version>12.0.13</version>
138+
<version>12.0.14</version>
139139
<type>jar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.eclipse.jetty</groupId>
143143
<artifactId>jetty-util</artifactId>
144-
<version>12.0.13</version>
144+
<version>12.0.14</version>
145145
<type>jar</type>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.eclipse.jetty</groupId>
149149
<artifactId>jetty-util-ajax</artifactId>
150-
<version>12.0.13</version>
150+
<version>12.0.14</version>
151151
<type>jar</type>
152152
</dependency>
153153
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.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.18" sequenceNumber="1728432373">
4+
<target name="jgit-4.18" sequenceNumber="1728509927">
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"/>
@@ -105,49 +105,49 @@
105105
<dependency>
106106
<groupId>org.eclipse.jetty.ee10</groupId>
107107
<artifactId>jetty-ee10-servlet</artifactId>
108-
<version>12.0.13</version>
108+
<version>12.0.14</version>
109109
<type>jar</type>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.jetty</groupId>
113113
<artifactId>jetty-http</artifactId>
114-
<version>12.0.13</version>
114+
<version>12.0.14</version>
115115
<type>jar</type>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.eclipse.jetty</groupId>
119119
<artifactId>jetty-io</artifactId>
120-
<version>12.0.13</version>
120+
<version>12.0.14</version>
121121
<type>jar</type>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.jetty</groupId>
125125
<artifactId>jetty-security</artifactId>
126-
<version>12.0.13</version>
126+
<version>12.0.14</version>
127127
<type>jar</type>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.eclipse.jetty</groupId>
131131
<artifactId>jetty-server</artifactId>
132-
<version>12.0.13</version>
132+
<version>12.0.14</version>
133133
<type>jar</type>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.eclipse.jetty</groupId>
137137
<artifactId>jetty-session</artifactId>
138-
<version>12.0.13</version>
138+
<version>12.0.14</version>
139139
<type>jar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.eclipse.jetty</groupId>
143143
<artifactId>jetty-util</artifactId>
144-
<version>12.0.13</version>
144+
<version>12.0.14</version>
145145
<type>jar</type>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.eclipse.jetty</groupId>
149149
<artifactId>jetty-util-ajax</artifactId>
150-
<version>12.0.13</version>
150+
<version>12.0.14</version>
151151
<type>jar</type>
152152
</dependency>
153153
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.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.19-staging" sequenceNumber="1728432373">
4+
<target name="jgit-4.19-staging" sequenceNumber="1728509927">
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"/>
@@ -105,49 +105,49 @@
105105
<dependency>
106106
<groupId>org.eclipse.jetty.ee10</groupId>
107107
<artifactId>jetty-ee10-servlet</artifactId>
108-
<version>12.0.13</version>
108+
<version>12.0.14</version>
109109
<type>jar</type>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.jetty</groupId>
113113
<artifactId>jetty-http</artifactId>
114-
<version>12.0.13</version>
114+
<version>12.0.14</version>
115115
<type>jar</type>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.eclipse.jetty</groupId>
119119
<artifactId>jetty-io</artifactId>
120-
<version>12.0.13</version>
120+
<version>12.0.14</version>
121121
<type>jar</type>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.jetty</groupId>
125125
<artifactId>jetty-security</artifactId>
126-
<version>12.0.13</version>
126+
<version>12.0.14</version>
127127
<type>jar</type>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.eclipse.jetty</groupId>
131131
<artifactId>jetty-server</artifactId>
132-
<version>12.0.13</version>
132+
<version>12.0.14</version>
133133
<type>jar</type>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.eclipse.jetty</groupId>
137137
<artifactId>jetty-session</artifactId>
138-
<version>12.0.13</version>
138+
<version>12.0.14</version>
139139
<type>jar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.eclipse.jetty</groupId>
143143
<artifactId>jetty-util</artifactId>
144-
<version>12.0.13</version>
144+
<version>12.0.14</version>
145145
<type>jar</type>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.eclipse.jetty</groupId>
149149
<artifactId>jetty-util-ajax</artifactId>
150-
<version>12.0.13</version>
150+
<version>12.0.14</version>
151151
<type>jar</type>
152152
</dependency>
153153
<dependency>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.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.20" sequenceNumber="1728432373">
4+
<target name="jgit-4.20" sequenceNumber="1728509927">
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"/>
@@ -105,49 +105,49 @@
105105
<dependency>
106106
<groupId>org.eclipse.jetty.ee10</groupId>
107107
<artifactId>jetty-ee10-servlet</artifactId>
108-
<version>12.0.13</version>
108+
<version>12.0.14</version>
109109
<type>jar</type>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.eclipse.jetty</groupId>
113113
<artifactId>jetty-http</artifactId>
114-
<version>12.0.13</version>
114+
<version>12.0.14</version>
115115
<type>jar</type>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.eclipse.jetty</groupId>
119119
<artifactId>jetty-io</artifactId>
120-
<version>12.0.13</version>
120+
<version>12.0.14</version>
121121
<type>jar</type>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.eclipse.jetty</groupId>
125125
<artifactId>jetty-security</artifactId>
126-
<version>12.0.13</version>
126+
<version>12.0.14</version>
127127
<type>jar</type>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.eclipse.jetty</groupId>
131131
<artifactId>jetty-server</artifactId>
132-
<version>12.0.13</version>
132+
<version>12.0.14</version>
133133
<type>jar</type>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.eclipse.jetty</groupId>
137137
<artifactId>jetty-session</artifactId>
138-
<version>12.0.13</version>
138+
<version>12.0.14</version>
139139
<type>jar</type>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.eclipse.jetty</groupId>
143143
<artifactId>jetty-util</artifactId>
144-
<version>12.0.13</version>
144+
<version>12.0.14</version>
145145
<type>jar</type>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.eclipse.jetty</groupId>
149149
<artifactId>jetty-util-ajax</artifactId>
150-
<version>12.0.13</version>
150+
<version>12.0.14</version>
151151
<type>jar</type>
152152
</dependency>
153153
<dependency>

0 commit comments

Comments
 (0)