Skip to content

Commit 6542503

Browse files
committed
Update jackson to 2.18.3
1 parent 3d89d30 commit 6542503

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
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.18.2</version>
86+
<version>2.18.3</version>
8787
<type>jar</type>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.fasterxml.jackson.core</groupId>
9191
<artifactId>jackson-core</artifactId>
92-
<version>2.18.2</version>
92+
<version>2.18.3</version>
9393
<type>jar</type>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.fasterxml.jackson.core</groupId>
9797
<artifactId>jackson-databind</artifactId>
98-
<version>2.18.2</version>
98+
<version>2.18.3</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.18.2</version>
104+
<version>2.18.3</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.18.2</version>
110+
<version>2.18.3</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.18.2</version>
116+
<version>2.18.3</version>
117117
<type>jar</type>
118118
</dependency>
119119
<dependency>

0 commit comments

Comments
 (0)