diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b65aae..79d3487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.9.3](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.3) (2022-10-26) +[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.2...1.9.3) + +**Changed** +- Update to Gradle 6.9.2 and bump OSS plugin version [\#113](https://github.com/auth0/auth0-java-mvc-common/pull/113) ([jimmyjames](https://github.com/jimmyjames)) + +**Security** +- Update dependencies [\#119](https://github.com/auth0/auth0-java-mvc-common/pull/119) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.9.2](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.2) (2022-04-11) [Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.1...1.9.2) diff --git a/README.md b/README.md index d6a81b6..fa455a5 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 mvc-auth-commons - 1.9.2 + 1.9.3 ``` or Gradle: ```gradle -implementation 'com.auth0:mvc-auth-commons:1.9.2' +implementation 'com.auth0:mvc-auth-commons:1.9.3' ``` ### Configure Auth0 diff --git a/build.gradle b/build.gradle index 220fd82..d222423 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - version = "1.9.2" + version = "1.9.3" } plugins {