diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b512fc..52b1921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.5.2](https://github.com/auth0/auth0-spring-security-api/tree/1.5.2) (2022-10-26) +[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.1...1.5.2) + +**Changed** +- Update Gradle and configure ship CLI and orb [\#73](https://github.com/auth0/auth0-spring-security-api/pull/73) ([jimmyjames](https://github.com/jimmyjames)) + +**Security** +- Update dependencies to address CVE-2022-42003 [\#74](https://github.com/auth0/auth0-spring-security-api/pull/74) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.5.1](https://github.com/auth0/auth0-spring-security-api/tree/1.5.1) (2022-03-30) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.5.0...1.5.1) diff --git a/README.md b/README.md index 353f6bb..7a6d76e 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.5.1 + 1.5.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.5.1' +implementation 'com.auth0:auth0-spring-security-api:1.5.2' ``` ## Usage diff --git a/lib/build.gradle b/lib/build.gradle index f8c7cb6..904cfc8 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -1,5 +1,5 @@ buildscript { - version = "1.5.1" + version = "1.5.2" } apply plugin: 'idea'