Skip to content

Commit d2aae13

Browse files
Bump jackson.version from 2.10.3 to 2.13.0
Bumps `jackson.version` from 2.10.3 to 2.13.0. Updates `jackson-annotations` from 2.10.3 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-databind` from 2.10.3 to 2.13.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c61da29 commit d2aae13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker-java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,16 @@
121121
<dependency>
122122
<groupId>com.fasterxml.jackson.core</groupId>
123123
<artifactId>jackson-databind</artifactId>
124-
<!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
125-
<version>2.8.8</version>
124+
<!-- Force the version to 2.13.0 to ensure the compatibility with old projects -->
125+
<version>2.13.0</version>
126126
<scope>test</scope>
127127
</dependency>
128128

129129
<dependency>
130130
<groupId>com.fasterxml.jackson.core</groupId>
131131
<artifactId>jackson-annotations</artifactId>
132-
<!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
133-
<version>2.8.8</version>
132+
<!-- Force the version to 2.13.0 to ensure the compatibility with old projects -->
133+
<version>2.13.0</version>
134134
<scope>test</scope>
135135
</dependency>
136136

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<jdk.target>1.8</jdk.target>
5959

6060
<jersey.version>2.30.1</jersey.version>
61-
<jackson.version>2.10.3</jackson.version>
61+
<jackson.version>2.13.0</jackson.version>
6262
<jackson-jaxrs.version>2.10.3</jackson-jaxrs.version>
6363
<httpclient.version>4.5.12</httpclient.version><!-- 4.5.1-4.5.2 broken -->
6464
<commons-compress.version>1.21</commons-compress.version>

0 commit comments

Comments
 (0)