Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f417c48

Browse filesBrowse files
Bump jackson.version from 2.8.8 to 2.16.1
Bumps `jackson.version` from 2.8.8 to 2.16.1. Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.8.8 to 2.16.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.8.8 to 2.16.1 - [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 84d7750 commit f417c48
Copy full SHA for f417c48

File tree

Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-5
lines changed

‎docker-java/pom.xml

Copy file name to clipboardExpand all lines: docker-java/pom.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
129-
<version>2.8.8</version>
128+
<!-- Force the version to 2.16.1 to ensure the compatibility with old projects -->
129+
<version>2.16.1</version>
130130
<scope>test</scope>
131131
</dependency>
132132

133133
<dependency>
134134
<groupId>com.fasterxml.jackson.core</groupId>
135135
<artifactId>jackson-annotations</artifactId>
136-
<!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
137-
<version>2.8.8</version>
136+
<!-- Force the version to 2.16.1 to ensure the compatibility with old projects -->
137+
<version>2.16.1</version>
138138
<scope>test</scope>
139139
</dependency>
140140

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines 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.16.1</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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.