From 7f84a292fe19fabc981d2ee7c24c0bf1ca3b88fc Mon Sep 17 00:00:00 2001 From: James Anderson Date: Mon, 14 Mar 2022 12:13:23 -0500 Subject: [PATCH] Release 0.21.0 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb01cd1..3313706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.21.0](https://github.com/auth0/jwks-rsa-java/tree/0.21.0) (2022-03-14) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.2...0.21.0) + +**Security** +- Bump `jackson-databind` dependency to 2.13.2 [\#142](https://github.com/auth0/jwks-rsa-java/pull/142) ([evansims](https://github.com/evansims)) + ## [0.20.2](https://github.com/auth0/jwks-rsa-java/tree/0.20.2) (2022-02-01) [Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.1...0.20.2) diff --git a/README.md b/README.md index a83e72a..7bc2d50 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.20.2 + 0.21.0 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.20.2' +implementation 'com.auth0:jwks-rsa:0.21.0' ``` ## Usage