Skip to content

Commit dc88cf2

Browse files
Update target-platform with latest version
1 parent c0315eb commit dc88cf2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,37 +85,37 @@
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-annotations</artifactId>
88-
<version>2.19.0</version>
88+
<version>2.19.1</version>
8989
<type>jar</type>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.fasterxml.jackson.core</groupId>
9393
<artifactId>jackson-core</artifactId>
94-
<version>2.19.0</version>
94+
<version>2.19.1</version>
9595
<type>jar</type>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.fasterxml.jackson.core</groupId>
9999
<artifactId>jackson-databind</artifactId>
100-
<version>2.19.0</version>
100+
<version>2.19.1</version>
101101
<type>jar</type>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.fasterxml.jackson.datatype</groupId>
105105
<artifactId>jackson-datatype-guava</artifactId>
106-
<version>2.19.0</version>
106+
<version>2.19.1</version>
107107
<type>jar</type>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.fasterxml.jackson.module</groupId>
111111
<artifactId>jackson-module-jaxb-annotations</artifactId>
112-
<version>2.19.0</version>
112+
<version>2.19.1</version>
113113
<type>jar</type>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.fasterxml.jackson.module</groupId>
117117
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
118-
<version>2.19.0</version>
118+
<version>2.19.1</version>
119119
<type>jar</type>
120120
</dependency>
121121
<dependency>
@@ -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>

0 commit comments

Comments
 (0)