Skip to content

Commit 39d0631

Browse files
committed
Upgrade Jackson Databind
1 parent 8d7b0ac commit 39d0631

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CHANGELOG
1212
#68.
1313
* In order to improve performance when lookups are done from multiple
1414
threads, a use of `synchronized` has been removed. GitHub #65 & #69.
15+
* `jackson-databind` has been upgraded to 2.11.0.
1516

1617
1.3.1 (2020-03-03)
1718
------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.fasterxml.jackson.core</groupId>
4747
<artifactId>jackson-databind</artifactId>
48-
<version>2.10.3</version>
48+
<version>2.11.0</version>
4949
</dependency>
5050
</dependencies>
5151
<build>

0 commit comments

Comments
 (0)