Skip to content

Commit 476b88b

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.20 (docker-java#2521)
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.19.2 to 2.20. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.20' 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 75829fa commit 476b88b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.fasterxml.jackson.core</groupId>
2525
<artifactId>jackson-annotations</artifactId>
26-
<version>2.19.2</version>
26+
<version>2.20</version>
2727
</dependency>
2828

2929
<dependency>

docker-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
<dependency>
134134
<groupId>com.fasterxml.jackson.core</groupId>
135135
<artifactId>jackson-annotations</artifactId>
136-
<!-- Force the version to 2.19.2 to ensure the compatibility with old projects -->
137-
<version>2.19.2</version>
136+
<!-- Force the version to 2.20 to ensure the compatibility with old projects -->
137+
<version>2.20</version>
138138
<scope>test</scope>
139139
</dependency>
140140

0 commit comments

Comments
 (0)