Skip to content

Commit ed9f04e

Browse files
committed
Security update in jackson-databind library
1 parent 9a3261b commit ed9f04e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>DVUploader</groupId>
55
<artifactId>DVUploader</artifactId>
6-
<version>1.0.2</version>
6+
<version>1.0.3</version>
77
<build>
88
<sourceDirectory>src/main/java</sourceDirectory>
99
<plugins>
@@ -68,12 +68,12 @@
6868
<dependency>
6969
<groupId>com.fasterxml.jackson.core</groupId>
7070
<artifactId>jackson-core</artifactId>
71-
<version>2.9.8</version>
71+
<version>2.9.9</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.fasterxml.jackson.core</groupId>
7575
<artifactId>jackson-databind</artifactId>
76-
<version>2.9.8</version>
76+
<version>2.9.9</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)