Skip to content

Commit 755b491

Browse files
Merge pull request #401 from avaje/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.17.0
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0
2 parents 9128143 + 55b27a6 commit 755b491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-client/pom.xml

+1-1
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.16.2</version>
32+
<version>2.17.0</version>
3333
<optional>true</optional>
3434
</dependency>
3535

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<maven.deploy.skip>true</maven.deploy.skip>
1515
<junit.version>5.10.2</junit.version>
1616
<assertj.version>3.25.3</assertj.version>
17-
<jackson.version>2.16.2</jackson.version>
17+
<jackson.version>2.17.0</jackson.version>
1818
<jex.version>2.5</jex.version>
1919
<avaje-inject.version>9.11</avaje-inject.version>
2020
<nima.version>4.0.5</nima.version>

0 commit comments

Comments
 (0)