Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.1…
Browse files Browse the repository at this point in the history
…7.1 (#230)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 02b435c commit 034a9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-benchmarking-with-jmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.17.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion test-java-http-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.17.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 034a9dc

Please sign in to comment.