Skip to content

Commit 6b71f83

Browse files
authored
Updated jackson version to 2.9.10 (was 2.9.9). (#148)
1 parent 5077d1d commit 6b71f83

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Table transformation to add custom properties to tables during a replication.
55
* If a user doesn't specify `avro-serde-options`, Circus Train will still copy the external schema over to the target table. See [#131](https://github.com/HotelsDotCom/circus-train/issues/131).
66

7+
### Changed
8+
* Updated `jackson` version to 2.9.10 (was 2.9.9).
9+
710
### Removed
811
* Excluded `org.pentaho:pentaho-aggdesigner-algorithm` from build.
912

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- BEGIN: AWS jdk version + dependencies -->
5353
<aws-jdk.version>1.11.505</aws-jdk.version>
5454
<httpcomponents.httpclient.version>4.5.5</httpcomponents.httpclient.version>
55-
<jackson.version>2.9.9</jackson.version>
55+
<jackson.version>2.9.10</jackson.version>
5656
<!-- END: AWS jdk version + dependencies -->
5757
<hadoop.version>2.7.1</hadoop.version>
5858
<hive.version>2.3.2</hive.version>

0 commit comments

Comments
 (0)