Browse Source

Bump jackson-databind in /frameworks/Java/activeweb (#5782)

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
1b11c35928
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/activeweb/pom.xml

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

@@ -120,7 +120,7 @@
         <dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.9.10.4</version>
+            <version>2.10.0.pr1</version>
         </dependency>
         </dependency>
     </dependencies>
     </dependencies>