Skip to content

Commit b920990

Browse files
committed
Update target platform
1 parent 98bdeab commit b920990

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
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.17.2</version>
87+
<version>2.18.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.17.2</version>
93+
<version>2.18.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.17.2</version>
99+
<version>2.18.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.17.2</version>
105+
<version>2.18.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.17.2</version>
111+
<version>2.18.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.17.2</version>
117+
<version>2.18.0</version>
118118
<type>jar</type>
119119
</dependency>
120120
<dependency>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>com.google.guava</groupId>
165165
<artifactId>guava</artifactId>
166-
<version>33.3.0-jre</version>
166+
<version>33.3.1-jre</version>
167167
<type>jar</type>
168168
</dependency>
169169
<dependency>

0 commit comments

Comments
 (0)