We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b0ac commit 39d0631Copy full SHA for 39d0631
CHANGELOG.md
@@ -12,6 +12,7 @@ CHANGELOG
12
#68.
13
* In order to improve performance when lookups are done from multiple
14
threads, a use of `synchronized` has been removed. GitHub #65 & #69.
15
+* `jackson-databind` has been upgraded to 2.11.0.
16
17
1.3.1 (2020-03-03)
18
------------------
pom.xml
@@ -45,7 +45,7 @@
45
<dependency>
46
<groupId>com.fasterxml.jackson.core</groupId>
47
<artifactId>jackson-databind</artifactId>
48
- <version>2.10.3</version>
+ <version>2.11.0</version>
49
</dependency>
50
</dependencies>
51
<build>
0 commit comments