Skip to content

Commit 96ad57c

Browse files
committed
Update target platform with latest versions
1 parent fbaf745 commit 96ad57c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: releng/org.eclipse.linuxtools.target/linuxtools-latest.target

+9-9
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,13 @@
174174
<dependency>
175175
<groupId>org.bouncycastle</groupId>
176176
<artifactId>bcpkix-jdk18on</artifactId>
177-
<version>1.79</version>
177+
<version>1.80</version>
178178
<type>jar</type>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182182
<artifactId>bcutil-jdk18on</artifactId>
183-
<version>1.79</version>
183+
<version>1.80</version>
184184
<type>jar</type>
185185
</dependency>
186186
<dependency>
@@ -228,43 +228,43 @@
228228
<dependency>
229229
<groupId>org.glassfish.jersey.connectors</groupId>
230230
<artifactId>jersey-apache5-connector</artifactId>
231-
<version>3.1.9</version>
231+
<version>3.1.10</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.9</version>
237+
<version>3.1.10</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.9</version>
243+
<version>3.1.10</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.9</version>
249+
<version>3.1.10</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.9</version>
255+
<version>3.1.10</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.9</version>
261+
<version>3.1.10</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.9</version>
267+
<version>3.1.10</version>
268268
<type>jar</type>
269269
</dependency>
270270
<dependency>

0 commit comments

Comments
 (0)