Selaa lähdekoodia

Bump jackson-databind in /frameworks/Java/undertow (#6384)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.0 to 2.10.5.1.
- [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] 4 vuotta sitten
vanhempi
commit
093cc681b4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      frameworks/Java/undertow/pom.xml

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

@@ -15,7 +15,7 @@
     <maven.compiler.target>11</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <hikaricp.version>3.4.1</hikaricp.version>
-    <jackson.version>2.10.0</jackson.version>
+    <jackson.version>2.10.5.1</jackson.version>
     <maven-shade-plugin.version>3.2.1</maven-shade-plugin.version>
     <mustache.version>0.9.6</mustache.version>
     <postgresql.version>42.2.8</postgresql.version>