From df9e3883ad9462dc4e8f0c604543edea028cb19a Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Wed, 19 Jan 2022 16:57:22 +0100 Subject: [PATCH] Release 1.4.2 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7238761..9cf3cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.4.2](https://github.com/auth0/auth0-spring-security-api/tree/1.4.2) (2022-01-19) +[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.4.2) + +**Security** +- Update java jwt and jwks [\#62](https://github.com/auth0/auth0-spring-security-api/pull/62) ([poovamraj](https://github.com/poovamraj)) + ## [1.4.1](https://github.com/auth0/auth0-spring-security-api/tree/1.4.1) (2021-02-25) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.0...1.4.1) diff --git a/README.md b/README.md index 4799807..d0b422b 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ Get Auth0 Spring Security API using Maven: com.auth0 auth0-spring-security-api - 1.4.1 + 1.4.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.4.1' +implementation 'com.auth0:auth0-spring-security-api:1.4.2' ``` ## Usage