From 58270410309133314e86eb447fa95c543832ab50 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Tue, 25 Oct 2022 18:51:27 -0500 Subject: [PATCH] Release 1.44.1 (#466) --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37111cc7..ca4490df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.44.1](https://github.com/auth0/auth0-java/tree/1.44.1) (2022-10-25) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.44.0...1.44.1) + +**Security** +- Bump `java-jwt` to 3.19.3 [\#465](https://github.com/auth0/auth0-java/pull/465) ([jimmyjames](https://github.com/jimmyjames)) +- Bump `com.fasterxml.jackson.core:jackson-databind` to 2.13.4.2 [\#464](https://github.com/auth0/auth0-java/pull/464) ([evansims](https://github.com/evansims)) + ## [1.44.0](https://github.com/auth0/auth0-java/tree/1.44.0) (2022-10-20) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.43.0...1.44.0) diff --git a/README.md b/README.md index e91e83e6..0aee8acc 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,14 @@ Add the dependency via Maven: com.auth0 auth0 - 1.44.0 + 1.44.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.44.0' +implementation 'com.auth0:auth0:1.44.1' ``` ### Configure the SDK diff --git a/build.gradle b/build.gradle index dac0db8b..496df27e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - version = "1.44.0" + version = "1.44.1" } plugins {