Skip to content

Commit

Permalink
Merge 9f5adb3 into 73ec9d2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeapad committed Jan 11, 2019
2 parents 73ec9d2 + 9f5adb3 commit 751bb0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## TBD
### Changed
* Upgraded `jackson` version to 2.9.8 (was 2.9.7).

## 13.2.0 - 2019-01-11
### Added
* Added replication-strategy configuration that can be used to support propagating deletes (drop table/partition operations). See [README.md](https://github.com/HotelsDotCom/circus-train#replication-strategy) for more details.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- BEGIN: AWS jdk version + dependencies -->
<aws-jdk.version>1.11.431</aws-jdk.version>
<httpcomponents.httpclient.version>4.5.5</httpcomponents.httpclient.version>
<jackson.version>2.9.7</jackson.version>
<jackson.version>2.9.8</jackson.version>
<!-- END: AWS jdk version + dependencies -->
<hadoop.version>2.7.1</hadoop.version>
<hive.version>2.3.2</hive.version>
Expand Down

0 comments on commit 751bb0f

Please sign in to comment.