From 4f41f22fd44dce03b162fb05faed80a7d870e366 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Wed, 25 Sep 2019 09:58:10 -0500 Subject: [PATCH] Release 1.14.3 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67de061d..20eb9099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.14.3](https://github.com/auth0/auth0-java/tree/1.14.3) (2019-09-25) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.2...1.14.3) + +**Security** +- Update jackson-databind to address CVE [\#225](https://github.com/auth0/auth0-java/pull/225) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.14.2](https://github.com/auth0/auth0-java/tree/1.14.2) (2019-08-15) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.1...1.14.2) diff --git a/README.md b/README.md index 66df1604..0f45f906 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.14.2 + 1.14.3 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.14.2' +implementation 'com.auth0:auth0:1.14.3' ```