From 24fa7c6451a941f0bd2ead4af262839f48264636 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Thu, 13 Jan 2022 08:16:50 -0600 Subject: [PATCH] Release 3.18.3 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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