Skip to content

Commit 64b5108

Browse files
Update target-platform with latest version
1 parent 49bc204 commit 64b5108

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

releng/org.eclipse.linuxtools.target/linuxtools-latest.target

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@
200200
<dependency>
201201
<groupId>org.glassfish.hk2</groupId>
202202
<artifactId>osgi-resource-locator</artifactId>
203-
<version>1.0.4</version>
203+
<version>3.0.0</version>
204204
<type>jar</type>
205205
</dependency>
206206
<dependency>
207207
<groupId>jakarta.ws.rs</groupId>
208208
<artifactId>jakarta.ws.rs-api</artifactId>
209-
<version>3.1.0</version>
209+
<version>4.0.0</version>
210210
<type>jar</type>
211211
</dependency>
212212
<dependency>
@@ -218,43 +218,43 @@
218218
<dependency>
219219
<groupId>org.glassfish.jersey.connectors</groupId>
220220
<artifactId>jersey-apache-connector</artifactId>
221-
<version>3.1.10</version>
221+
<version>3.1.11</version>
222222
<type>jar</type>
223223
</dependency>
224224
<dependency>
225225
<groupId>org.glassfish.jersey.core</groupId>
226226
<artifactId>jersey-client</artifactId>
227-
<version>3.1.10</version>
227+
<version>3.1.11</version>
228228
<type>jar</type>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.glassfish.jersey.core</groupId>
232232
<artifactId>jersey-common</artifactId>
233-
<version>3.1.10</version>
233+
<version>3.1.11</version>
234234
<type>jar</type>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.glassfish.jersey.core</groupId>
238238
<artifactId>jersey-server</artifactId>
239-
<version>3.1.10</version>
239+
<version>3.1.11</version>
240240
<type>jar</type>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.glassfish.jersey.ext</groupId>
244244
<artifactId>jersey-entity-filtering</artifactId>
245-
<version>3.1.10</version>
245+
<version>3.1.11</version>
246246
<type>jar</type>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.glassfish.jersey.media</groupId>
250250
<artifactId>jersey-media-json-jackson</artifactId>
251-
<version>3.1.10</version>
251+
<version>3.1.11</version>
252252
<type>jar</type>
253253
</dependency>
254254
<dependency>
255255
<groupId>org.glassfish.jersey.inject</groupId>
256256
<artifactId>jersey-hk2</artifactId>
257-
<version>3.1.10</version>
257+
<version>3.1.11</version>
258258
<type>jar</type>
259259
</dependency>
260260
<dependency>

0 commit comments

Comments
 (0)