Commit 8fe7f8d8 authored by haixinhuang's avatar haixinhuang
Browse files

#405 Upgrade com.fasterxml.jackson.core:jackson-databind to 2.9.10

parent 98230758
Showing with 3 additions and 2 deletions
+3 -2
......@@ -6,6 +6,7 @@
*.log.*.gz
*/package-lock.json
*/node/
bin/
# Ignore the generated front-end resource
**/resources/static/
......
......@@ -102,12 +102,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
<version>2.9.10</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate5</artifactId>
<version>2.9.9</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment