Skip to content

Commit 6462795

Browse files
Update target-platform with latest version
1 parent 78cd37e commit 6462795

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -84,37 +84,37 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.core</groupId>
8686
<artifactId>jackson-annotations</artifactId>
87-
<version>2.18.3</version>
87+
<version>2.19.0</version>
8888
<type>jar</type>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-core</artifactId>
93-
<version>2.18.3</version>
93+
<version>2.19.0</version>
9494
<type>jar</type>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.core</groupId>
9898
<artifactId>jackson-databind</artifactId>
99-
<version>2.18.3</version>
99+
<version>2.19.0</version>
100100
<type>jar</type>
101101
</dependency>
102102
<dependency>
103103
<groupId>com.fasterxml.jackson.datatype</groupId>
104104
<artifactId>jackson-datatype-guava</artifactId>
105-
<version>2.18.3</version>
105+
<version>2.19.0</version>
106106
<type>jar</type>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.module</groupId>
110110
<artifactId>jackson-module-jaxb-annotations</artifactId>
111-
<version>2.18.3</version>
111+
<version>2.19.0</version>
112112
<type>jar</type>
113113
</dependency>
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.module</groupId>
116116
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
117-
<version>2.18.3</version>
117+
<version>2.19.0</version>
118118
<type>jar</type>
119119
</dependency>
120120
<dependency>
@@ -205,13 +205,13 @@
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>

0 commit comments

Comments
 (0)