Skip to content

Commit c5f7fc0

Browse files
SK-2594: Upgrade Jackson dependencies to fix security vulnerability (#285)
* SK-2594: update jackson data type dependency to fix vulnerability (#284) --------- Co-authored-by: saileshwar-skyflow <saileshwar-skyflow@users.noreply.github.com>
1 parent 090bf90 commit c5f7fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.skyflow</groupId>
88
<artifactId>skyflow-java</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.2-dev.c5c53f3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.fasterxml.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>2.17.2</version>
52+
<version>2.18.6</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>

0 commit comments

Comments
 (0)