Skip to content

Commit eee13b5

Browse files
committed
Update deps in target platform
1 parent ac087e7 commit eee13b5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="linuxtools-latest" sequenceNumber="4">
3+
<target name="linuxtools-latest" sequenceNumber="5">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
@@ -133,25 +133,25 @@
133133
<dependency>
134134
<groupId>com.github.jnr</groupId>
135135
<artifactId>jnr-enxio</artifactId>
136-
<version>0.32.17</version>
136+
<version>0.32.18</version>
137137
<type>jar</type>
138138
</dependency>
139139
<dependency>
140140
<groupId>com.github.jnr</groupId>
141141
<artifactId>jnr-ffi</artifactId>
142-
<version>2.2.16</version>
142+
<version>2.2.17</version>
143143
<type>jar</type>
144144
</dependency>
145145
<dependency>
146146
<groupId>com.github.jnr</groupId>
147147
<artifactId>jnr-posix</artifactId>
148-
<version>3.1.19</version>
148+
<version>3.1.20</version>
149149
<type>jar</type>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.github.jnr</groupId>
153153
<artifactId>jnr-unixsocket</artifactId>
154-
<version>0.38.22</version>
154+
<version>0.38.23</version>
155155
<type>jar</type>
156156
</dependency>
157157
<dependency>
@@ -229,43 +229,43 @@
229229
<dependency>
230230
<groupId>org.glassfish.jersey.connectors</groupId>
231231
<artifactId>jersey-apache-connector</artifactId>
232-
<version>3.1.8</version>
232+
<version>3.1.9</version>
233233
<type>jar</type>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.glassfish.jersey.core</groupId>
237237
<artifactId>jersey-client</artifactId>
238-
<version>3.1.8</version>
238+
<version>3.1.9</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.8</version>
244+
<version>3.1.9</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.8</version>
250+
<version>3.1.9</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.8</version>
256+
<version>3.1.9</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.8</version>
262+
<version>3.1.9</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.8</version>
268+
<version>3.1.9</version>
269269
<type>jar</type>
270270
</dependency>
271271
<dependency>

0 commit comments

Comments
 (0)