Skip to content

Commit 010ea93

Browse files
committed
Update target platform
- Update docker-client to 8.0.1 which requires jakarta.ws.rs-api 4.0.0.
1 parent 605138d commit 010ea93

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@
207207
<version>1.0.3</version>
208208
<type>jar</type>
209209
</dependency>
210+
<dependency>
211+
<groupId>jakarta.ws.rs</groupId>
212+
<artifactId>jakarta.ws.rs-api</artifactId>
213+
<version>4.0.0</version>
214+
<type>jar</type>
215+
</dependency>
210216
<dependency>
211217
<groupId>jakarta.ws.rs</groupId>
212218
<artifactId>jakarta.ws.rs-api</artifactId>
@@ -228,43 +234,43 @@
228234
<dependency>
229235
<groupId>org.glassfish.jersey.connectors</groupId>
230236
<artifactId>jersey-apache-connector</artifactId>
231-
<version>3.1.7</version>
237+
<version>3.1.8</version>
232238
<type>jar</type>
233239
</dependency>
234240
<dependency>
235241
<groupId>org.glassfish.jersey.core</groupId>
236242
<artifactId>jersey-client</artifactId>
237-
<version>3.1.7</version>
243+
<version>3.1.8</version>
238244
<type>jar</type>
239245
</dependency>
240246
<dependency>
241247
<groupId>org.glassfish.jersey.core</groupId>
242248
<artifactId>jersey-common</artifactId>
243-
<version>3.1.7</version>
249+
<version>3.1.8</version>
244250
<type>jar</type>
245251
</dependency>
246252
<dependency>
247253
<groupId>org.glassfish.jersey.core</groupId>
248254
<artifactId>jersey-server</artifactId>
249-
<version>3.1.7</version>
255+
<version>3.1.8</version>
250256
<type>jar</type>
251257
</dependency>
252258
<dependency>
253259
<groupId>org.glassfish.jersey.ext</groupId>
254260
<artifactId>jersey-entity-filtering</artifactId>
255-
<version>3.1.7</version>
261+
<version>3.1.8</version>
256262
<type>jar</type>
257263
</dependency>
258264
<dependency>
259265
<groupId>org.glassfish.jersey.media</groupId>
260266
<artifactId>jersey-media-json-jackson</artifactId>
261-
<version>3.1.7</version>
267+
<version>3.1.8</version>
262268
<type>jar</type>
263269
</dependency>
264270
<dependency>
265271
<groupId>org.glassfish.jersey.inject</groupId>
266272
<artifactId>jersey-hk2</artifactId>
267-
<version>3.1.7</version>
273+
<version>3.1.8</version>
268274
<type>jar</type>
269275
</dependency>
270276
<dependency>
@@ -276,7 +282,7 @@
276282
<dependency>
277283
<groupId>org.mandas</groupId>
278284
<artifactId>docker-client</artifactId>
279-
<version>7.0.8</version>
285+
<version>8.0.1</version>
280286
<type>jar</type>
281287
</dependency>
282288
</dependencies>

0 commit comments

Comments
 (0)