Skip to content

Commit 142dc44

Browse files
committed
Update Jackson to 2.19.2
1 parent ff4bb47 commit 142dc44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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.1</version>
88+
<version>2.19.2</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.1</version>
94+
<version>2.19.2</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.1</version>
100+
<version>2.19.2</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.1</version>
106+
<version>2.19.2</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.1</version>
112+
<version>2.19.2</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.1</version>
118+
<version>2.19.2</version>
119119
<type>jar</type>
120120
</dependency>
121121
<dependency>

0 commit comments

Comments
 (0)