Skip to content

Commit 257d186

Browse files
author
michele
committed
updated dependencies
1 parent 8fb5b25 commit 257d186

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.4.3] - 2019-10-22
10+
11+
- jackson v2.9.10
12+
913
## [1.4.2] - 2019-07-29
1014

1115
- properly (always) close the builder object

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<slf4j-api.version>1.7.13</slf4j-api.version>
26-
<jackson.core.version>2.9.5</jackson.core.version>
26+
<jackson.core.version>2.9.10</jackson.core.version>
2727
<logback-classic.version>1.1.3</logback-classic.version>
2828
<hamcrest-all.version>1.3</hamcrest-all.version>
2929
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)