Skip to content

Commit 55b27a6

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com./FasterXML/jackson) from 2.16.2 to 2.17.0. - [Commits](https://github.com./FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9128143 commit 55b27a6

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)