Browse Source

Bump jackson-databind in /frameworks/Java/servlet

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2.
- [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]>
dependabot[bot] 2 years ago
parent
commit
075237b3a7
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.13.4.1</jackson-version>
+		<jackson-version>2.13.4.2</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>