Browse Source

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
606c1d2fe3
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.source>11</maven.compiler.source>
 		<maven.compiler.target>11</maven.compiler.target>
 		<maven.compiler.target>11</maven.compiler.target>
 		<cache2k-version>1.2.3.Final</cache2k-version>
 		<cache2k-version>1.2.3.Final</cache2k-version>
-		<jackson-version>2.10.0.pr1</jackson-version>
+		<jackson-version>2.13.2.1</jackson-version>
 		<!-- This is the default web.xml for plaintext and json only -->
 		<!-- This is the default web.xml for plaintext and json only -->
 		<maven.war.xml>src/main/webapp/WEB-INF/web.xml</maven.war.xml>
 		<maven.war.xml>src/main/webapp/WEB-INF/web.xml</maven.war.xml>
 	</properties>
 	</properties>