Skip to content

Commit ea04b14

Browse files
committed
Update Jackson to 2.18.1
1 parent 361cddd commit ea04b14

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: releng/org.eclipse.linuxtools.target/linuxtools-latest.target

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?>
3-
<target name="linuxtools-latest" sequenceNumber="5">
3+
<target name="linuxtools-latest" sequenceNumber="6">
44
<locations>
55
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
66
<unit id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
@@ -84,37 +84,37 @@
8484
<dependency>
8585
<groupId>com.fasterxml.jackson.core</groupId>
8686
<artifactId>jackson-annotations</artifactId>
87-
<version>2.18.0</version>
87+
<version>2.18.1</version>
8888
<type>jar</type>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-core</artifactId>
93-
<version>2.18.0</version>
93+
<version>2.18.1</version>
9494
<type>jar</type>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.core</groupId>
9898
<artifactId>jackson-databind</artifactId>
99-
<version>2.18.0</version>
99+
<version>2.18.1</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.18.0</version>
105+
<version>2.18.1</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.18.0</version>
111+
<version>2.18.1</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.18.0</version>
117+
<version>2.18.1</version>
118118
<type>jar</type>
119119
</dependency>
120120
<dependency>

0 commit comments

Comments
 (0)