Skip to content

Commit cbf88f5

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.1 (#2537)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bc94c6 commit cbf88f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.19.2</version>
61+
<version>2.20.1</version>
6262
</dependency>
6363

6464
<dependency>

docker-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<!-- Force the version to 2.19.2 to ensure the compatibility with old projects -->
129-
<version>2.19.2</version>
128+
<!-- Force the version to 2.20.1 to ensure the compatibility with old projects -->
129+
<version>2.20.1</version>
130130
<scope>test</scope>
131131
</dependency>
132132

0 commit comments

Comments
 (0)