Skip to content

Commit 034a9dc

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02b435c commit 034a9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-benchmarking-with-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.core</groupId>
6161
<artifactId>jackson-databind</artifactId>
62-
<version>2.12.7.1</version>
62+
<version>2.17.1</version>
6363
</dependency>
6464
</dependencies>
6565

test-java-http-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.fasterxml.jackson.core</groupId>
3131
<artifactId>jackson-databind</artifactId>
32-
<version>2.12.7.1</version>
32+
<version>2.17.1</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)