diff --git a/README.md b/README.md index d4b416f..f8984dc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [](https://doge.mit-license.org/) [](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%20com.auth0%20a%3Ajwks-rsa) [](https://javadoc.io/doc/com.auth0/jwks-rsa) +[](https://deepwiki.com/auth0/jwks-rsa-java) > **Note** > As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience. @@ -119,4 +120,4 @@ Please do not report security vulnerabilities on the public Github issue tracker
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?
-This project is licensed under the MIT license. See the LICENSE file for more info.
+This project is licensed under the MIT license. See the LICENSE file for more info. \ No newline at end of file diff --git a/build.gradle b/build.gradle index c9715cf..d8747ce 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ ext { } dependencies { - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.18.6' implementation (group: 'com.google.guava', name: 'guava', version:'32.1.2-jre') { // needed due to https://github.com/google/guava/issues/6654 exclude group: "org.mockito", module: "mockito-core"