Skip to content

Commit

Permalink
Merge pull request #132 from pingidentity/feature/DS-40316
Browse files Browse the repository at this point in the history
Update jackson-databind to 2.9.10
  • Loading branch information
lance-purple-unboundid authored Oct 4, 2019
2 parents 2ebe729 + 4497207 commit bb67667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v2.3.2 - unreleased
Updated the jackson-databind dependency to 2.9.10, which addresses latest known potential security issues.


## v2.3.1 - 201-08-16
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<main.basedir>${project.basedir}</main.basedir>
<ignore.test.failures>false</ignore.test.failures>
<jackson.version>2.9.9</jackson.version>
<jackson-databind.version>2.9.9.3</jackson-databind.version>
<jackson-databind.version>2.9.10</jackson-databind.version>
<jaxb.version>2.3.1</jaxb.version>
<jax-rs.version>2.0.1</jax-rs.version>
<jersey.version>2.28</jersey.version>
Expand Down

0 comments on commit bb67667

Please sign in to comment.