Skip to content

Commit 6560a30

Browse files
Update target-platform with latest version
1 parent 06e2727 commit 6560a30

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.core</groupId>
8686
<artifactId>jackson-annotations</artifactId>
87-
<version>2.18.3</version>
87+
<version>3.0-rc2</version>
8888
<type>jar</type>
8989
</dependency>
9090
<dependency>
@@ -187,31 +187,31 @@
187187
<dependency>
188188
<groupId>org.glassfish.hk2</groupId>
189189
<artifactId>hk2-api</artifactId>
190-
<version>3.1.1</version>
190+
<version>4.0.0-M3</version>
191191
<type>jar</type>
192192
</dependency>
193193
<dependency>
194194
<groupId>org.glassfish.hk2</groupId>
195195
<artifactId>hk2-locator</artifactId>
196-
<version>3.1.1</version>
196+
<version>4.0.0-M3</version>
197197
<type>jar</type>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.glassfish.hk2</groupId>
201201
<artifactId>hk2-utils</artifactId>
202-
<version>3.1.1</version>
202+
<version>4.0.0-M3</version>
203203
<type>jar</type>
204204
</dependency>
205205
<dependency>
206206
<groupId>org.glassfish.hk2</groupId>
207207
<artifactId>osgi-resource-locator</artifactId>
208-
<version>1.0.4</version>
208+
<version>3.0.0</version>
209209
<type>jar</type>
210210
</dependency>
211211
<dependency>
212212
<groupId>jakarta.ws.rs</groupId>
213213
<artifactId>jakarta.ws.rs-api</artifactId>
214-
<version>3.1.0</version>
214+
<version>4.0.0</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>org.glassfish.hk2</groupId>
225225
<artifactId>osgi-resource-locator</artifactId>
226-
<version>1.0.3</version>
226+
<version>3.0.0</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
@@ -235,37 +235,37 @@
235235
<dependency>
236236
<groupId>org.glassfish.jersey.core</groupId>
237237
<artifactId>jersey-client</artifactId>
238-
<version>3.1.10</version>
238+
<version>4.0.0-M2</version>
239239
<type>jar</type>
240240
</dependency>
241241
<dependency>
242242
<groupId>org.glassfish.jersey.core</groupId>
243243
<artifactId>jersey-common</artifactId>
244-
<version>3.1.10</version>
244+
<version>4.0.0-M2</version>
245245
<type>jar</type>
246246
</dependency>
247247
<dependency>
248248
<groupId>org.glassfish.jersey.core</groupId>
249249
<artifactId>jersey-server</artifactId>
250-
<version>3.1.10</version>
250+
<version>4.0.0-M2</version>
251251
<type>jar</type>
252252
</dependency>
253253
<dependency>
254254
<groupId>org.glassfish.jersey.ext</groupId>
255255
<artifactId>jersey-entity-filtering</artifactId>
256-
<version>3.1.10</version>
256+
<version>4.0.0-M2</version>
257257
<type>jar</type>
258258
</dependency>
259259
<dependency>
260260
<groupId>org.glassfish.jersey.media</groupId>
261261
<artifactId>jersey-media-json-jackson</artifactId>
262-
<version>3.1.10</version>
262+
<version>4.0.0-M2</version>
263263
<type>jar</type>
264264
</dependency>
265265
<dependency>
266266
<groupId>org.glassfish.jersey.inject</groupId>
267267
<artifactId>jersey-hk2</artifactId>
268-
<version>3.1.10</version>
268+
<version>4.0.0-M2</version>
269269
<type>jar</type>
270270
</dependency>
271271
<dependency>
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>org.mandas</groupId>
279279
<artifactId>docker-client</artifactId>
280-
<version>9.0.3</version>
280+
<version>9.0.3-pre.1</version>
281281
<type>jar</type>
282282
</dependency>
283283
</dependencies>

0 commit comments

Comments
 (0)