Skip to content

Commit

Permalink
upgraded jackson dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkhanduri committed Jun 9, 2023
1 parent 9404338 commit 67fbebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.2</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</artifactId>
<version>2.13.2</version>
<version>2.14.2</version>
</dependency>
<dependency>
<groupId>org.graalvm.js</groupId>
Expand Down

0 comments on commit 67fbebc

Please sign in to comment.