From 18827518b932d8b671ef4fd5977cf54ebc18766f Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Wed, 3 Jul 2019 14:16:52 -0500 Subject: [PATCH] Release 1.14.1 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f512d17..a7fe3b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.14.1](https://github.com/auth0/auth0-java/tree/1.14.1) (2019-07-03) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.0...1.14.1) + +**Security** +- Update jackson-databind dependency to fix security vulnerability [\#217](https://github.com/auth0/auth0-java/pull/217) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.14.0](https://github.com/auth0/auth0-java/tree/1.14.0) (2019-07-02) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.13.3...1.14.0) diff --git a/README.md b/README.md index 357a24dc..cbf87e1c 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.14.0 + 1.14.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.14.0' +implementation 'com.auth0:auth0:1.14.1' ```