Skip to content

Commit 93a852d

Browse files
committed
Update jersey to 3.1.8
1 parent 6098fce commit 93a852d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,43 +228,43 @@
228228
<dependency>
229229
<groupId>org.glassfish.jersey.connectors</groupId>
230230
<artifactId>jersey-apache-connector</artifactId>
231-
<version>3.1.7</version>
231+
<version>3.1.8</version>
232232
<type>jar</type>
233233
</dependency>
234234
<dependency>
235235
<groupId>org.glassfish.jersey.core</groupId>
236236
<artifactId>jersey-client</artifactId>
237-
<version>3.1.7</version>
237+
<version>3.1.8</version>
238238
<type>jar</type>
239239
</dependency>
240240
<dependency>
241241
<groupId>org.glassfish.jersey.core</groupId>
242242
<artifactId>jersey-common</artifactId>
243-
<version>3.1.7</version>
243+
<version>3.1.8</version>
244244
<type>jar</type>
245245
</dependency>
246246
<dependency>
247247
<groupId>org.glassfish.jersey.core</groupId>
248248
<artifactId>jersey-server</artifactId>
249-
<version>3.1.7</version>
249+
<version>3.1.8</version>
250250
<type>jar</type>
251251
</dependency>
252252
<dependency>
253253
<groupId>org.glassfish.jersey.ext</groupId>
254254
<artifactId>jersey-entity-filtering</artifactId>
255-
<version>3.1.7</version>
255+
<version>3.1.8</version>
256256
<type>jar</type>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.glassfish.jersey.media</groupId>
260260
<artifactId>jersey-media-json-jackson</artifactId>
261-
<version>3.1.7</version>
261+
<version>3.1.8</version>
262262
<type>jar</type>
263263
</dependency>
264264
<dependency>
265265
<groupId>org.glassfish.jersey.inject</groupId>
266266
<artifactId>jersey-hk2</artifactId>
267-
<version>3.1.7</version>
267+
<version>3.1.8</version>
268268
<type>jar</type>
269269
</dependency>
270270
<dependency>

0 commit comments

Comments
 (0)