Skip to content

Commit

Permalink
Also fix the jackson vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-japatel committed Apr 22, 2022
1 parent fa38dc8 commit 8da2b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.6</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.6</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>io.confluent</groupId>
Expand Down

0 comments on commit 8da2b7b

Please sign in to comment.