Skip to content

Commit

Permalink
deps: update dependency com.fasterxml.jackson.core:jackson-databind t…
Browse files Browse the repository at this point in the history
…o v2.17.2
  • Loading branch information
renovate-bot committed Jul 5, 2024
1 parent 80ab593 commit a9b1981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.2</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down

0 comments on commit a9b1981

Please sign in to comment.