Skip to content

Commit

Permalink
Merge pull request #143 from Abuchtela/snyk-fix-4a046abca6c47b910e6d3…
Browse files Browse the repository at this point in the history
…04e98397f9b
  • Loading branch information
Abuchtela authored Aug 3, 2024
2 parents b8f9904 + 11956fb commit 785d21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/server/appsmith-plugins/restApiPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.15.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.10.2</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.10.2</version>
<version>2.15.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 785d21f

Please sign in to comment.