Skip to content

Commit 490ab46

Browse files
committed
Update dependencies
1 parent d00eb26 commit 490ab46

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: releng/org.eclipse.linuxtools.target/linuxtools-e4.33.target

+10-10
Original file line numberDiff line numberDiff line change
@@ -83,37 +83,37 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-annotations</artifactId>
86-
<version>2.17.1</version>
86+
<version>2.17.2</version>
8787
<type>jar</type>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-core</artifactId>
92-
<version>2.17.1</version>
92+
<version>2.17.2</version>
9393
<type>jar</type>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.core</groupId>
9797
<artifactId>jackson-databind</artifactId>
98-
<version>2.17.1</version>
98+
<version>2.17.2</version>
9999
<type>jar</type>
100100
</dependency>
101101
<dependency>
102102
<groupId>com.fasterxml.jackson.datatype</groupId>
103103
<artifactId>jackson-datatype-guava</artifactId>
104-
<version>2.17.1</version>
104+
<version>2.17.2</version>
105105
<type>jar</type>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.fasterxml.jackson.module</groupId>
109109
<artifactId>jackson-module-jaxb-annotations</artifactId>
110-
<version>2.17.1</version>
110+
<version>2.17.2</version>
111111
<type>jar</type>
112112
</dependency>
113113
<dependency>
114114
<groupId>com.fasterxml.jackson.module</groupId>
115115
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
116-
<version>2.17.1</version>
116+
<version>2.17.2</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>com.google.guava</groupId>
164164
<artifactId>guava</artifactId>
165-
<version>33.2.0-jre</version>
165+
<version>33.2.1-jre</version>
166166
<type>jar</type>
167167
</dependency>
168168
<dependency>
@@ -186,19 +186,19 @@
186186
<dependency>
187187
<groupId>org.glassfish.hk2</groupId>
188188
<artifactId>hk2-api</artifactId>
189-
<version>3.1.0</version>
189+
<version>3.1.1</version>
190190
<type>jar</type>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.glassfish.hk2</groupId>
194194
<artifactId>hk2-locator</artifactId>
195-
<version>3.1.0</version>
195+
<version>3.1.1</version>
196196
<type>jar</type>
197197
</dependency>
198198
<dependency>
199199
<groupId>org.glassfish.hk2</groupId>
200200
<artifactId>hk2-utils</artifactId>
201-
<version>3.1.0</version>
201+
<version>3.1.1</version>
202202
<type>jar</type>
203203
</dependency>
204204
<dependency>

0 commit comments

Comments
 (0)