diff --git a/CHANGELOG.md b/CHANGELOG.md index db17970c..0b8231d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.18.3](https://github.com/auth0/java-jwt/tree/3.18.3) (2022-01-13) +[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.2...3.18.3) + +**Security** +- Update jackson dependency [\#523](https://github.com/auth0/java-jwt/pull/523) ([poovamraj](https://github.com/poovamraj)) + ## [3.18.2](https://github.com/auth0/java-jwt/tree/3.18.2) (2021-09-16) [Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.1...3.18.2) diff --git a/README.md b/README.md index c0177c3b..8f6ba41c 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p com.auth0 java-jwt - 3.18.2 + 3.18.3 ``` ### Gradle ```gradle -implementation 'com.auth0:java-jwt:3.18.2' +implementation 'com.auth0:java-jwt:3.18.3' ``` ## Available Algorithms