From 42dc81f5da73556534edccaa2e1750b7c5a581ec Mon Sep 17 00:00:00 2001 From: arpit-jain_atko Date: Fri, 17 Oct 2025 12:18:46 +0530 Subject: [PATCH 1/2] docs: Add Ask DeepWiki badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b416f..f8984dc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![License](http://img.shields.io/:license-mit-blue.svg?style=flat)](https://doge.mit-license.org/) [![Maven Central](https://img.shields.io/maven-central/v/com.auth0/jwks-rsa.svg?style=flat-square)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%20com.auth0%20a%3Ajwks-rsa) [![javadoc](https://javadoc.io/badge2/com.auth0/jwks-rsa-java/javadoc.svg)](https://javadoc.io/doc/com.auth0/jwks-rsa) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](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 From 41b80b64d7af39a1f4cbba93b4513ce540aa6ce0 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 2 Apr 2026 12:21:36 +0530 Subject: [PATCH 2/2] Bumped jackson dependency --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"