Browse Source

Bump jackson-databind in /frameworks/Java/servlet (#5780)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.4 to 2.10.0.pr1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 years ago
parent
commit
ece6156595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/servlet/pom.xml

+ 1 - 1
frameworks/Java/servlet/pom.xml

@@ -13,7 +13,7 @@
 		<maven.compiler.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
 		<cache2k-version>1.2.3.Final</cache2k-version>
-		<jackson-version>2.9.10.4</jackson-version>
+		<jackson-version>2.10.0.pr1</jackson-version>
 		<!-- This is the default web.xml for plaintext and json only -->
 		<maven.war.xml>src/main/webapp/WEB-INF/web.xml</maven.war.xml>
 	</properties>