Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Downgrade Jackson version to 2.8.11 to fix bug with single argument c… #36

Merged
merged 1 commit into from
May 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [1.17.1] - 2018-05-16

### Changed
- Downgraded Jackson version to 2.8.11 to fix bug with single argument constructors

## [1.17.1] - 2018-05-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</modules>

<properties>
<common-bom.version>1.25.0</common-bom.version>
<common-bom.version>1.26.0</common-bom.version>
<cpp.repo.name>test-utils</cpp.repo.name>
<diff.utils.version>1.3.0</diff.utils.version>
</properties>
Expand Down