Browse Source

Bump jackson-databind in /frameworks/Java/microhttp (#7256)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 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
2b1ad6d767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/microhttp/pom.xml

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

@@ -12,7 +12,7 @@
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
         <microhttp.version>0.4</microhttp.version>
-        <jackson.version>2.13.1</jackson.version>
+        <jackson.version>2.13.2.1</jackson.version>
         <junit.version>5.8.2</junit.version>
     </properties>