Skip to content

Commit fac619b

Browse files
authored
docs: Add Ask DeepWiki badge to README (#244)
2 parents 988951e + 41b80b6 commit fac619b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat)](https://doge.mit-license.org/)
66
[![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)
77
[![javadoc](https://javadoc.io/badge2/com.auth0/jwks-rsa-java/javadoc.svg)](https://javadoc.io/doc/com.auth0/jwks-rsa)
8+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/jwks-rsa-java)
89

910
> **Note**
1011
> 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
119120
</p>
120121
<p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
121122
<p align="center">
122-
This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>
123+
This project is licensed under the MIT license. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ext {
115115
}
116116

117117
dependencies {
118-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0'
118+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.18.6'
119119
implementation (group: 'com.google.guava', name: 'guava', version:'32.1.2-jre') {
120120
// needed due to https://github.com/google/guava/issues/6654
121121
exclude group: "org.mockito", module: "mockito-core"

0 commit comments

Comments
 (0)