From 3c0e34c8b10185ffc27add3e1ba287c28aa4bb46 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Wed, 30 Mar 2022 14:30:38 +0530 Subject: [PATCH] Release 0.21.1 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3313706..b2116aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.21.1](https://github.com/auth0/jwks-rsa-java/tree/0.21.1) (2022-03-30) +[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.0...0.21.1) + +**Security** +- Security: Bump `jackson-databind` to 2.13.2.2 [\#144](https://github.com/auth0/jwks-rsa-java/pull/144) ([evansims](https://github.com/evansims)) + ## [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) diff --git a/README.md b/README.md index 7bc2d50..2eabe8c 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ com.auth0 jwks-rsa - 0.21.0 + 0.21.1 ``` ### Gradle ```gradle -implementation 'com.auth0:jwks-rsa:0.21.0' +implementation 'com.auth0:jwks-rsa:0.21.1' ``` ## Usage