Skip to content

Commit 150834e

Browse files
committed
Fixed known high severity security vulnerability detected in com.fasterxml.jackson.core:jackson-databind
1 parent f0fb50e commit 150834e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<start-class>de.techjava.mqtt.tf.Starter</start-class>
2222
<java.version>1.8</java.version>
2323
<paho-version>1.0.2</paho-version>
24+
2425
</properties>
2526

2627
<dependencyManagement>
@@ -71,22 +72,22 @@
7172
<dependency>
7273
<groupId>com.fasterxml.jackson.core</groupId>
7374
<artifactId>jackson-annotations</artifactId>
74-
<version>2.6.4</version>
75+
<version>2.9.7</version>
7576
</dependency>
7677
<dependency>
7778
<groupId>com.fasterxml.jackson.core</groupId>
7879
<artifactId>jackson-core</artifactId>
79-
<version>2.6.4</version>
80+
<version>2.9.7</version>
8081
</dependency>
8182
<dependency>
8283
<groupId>com.fasterxml.jackson.core</groupId>
8384
<artifactId>jackson-databind</artifactId>
84-
<version>2.6.4</version>
85+
<version>2.9.7</version>
8586
</dependency>
8687
<dependency>
8788
<groupId>com.fasterxml.jackson.dataformat</groupId>
8889
<artifactId>jackson-dataformat-xml</artifactId>
89-
<version>2.6.4</version>
90+
<version>2.9.7</version>
9091
</dependency>
9192
<dependency>
9293
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)