Skip to content

Commit 38ae6c2

Browse files
chore(deps): bump com.auth0:jwks-rsa from 0.22.2 to 0.23.0 in /java-8
Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.22.2 to 0.23.0. - [Release notes](https://github.com/auth0/jwks-rsa-java/releases) - [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md) - [Commits](auth0/jwks-rsa-java@0.22.2...0.23.0) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad22482 commit 38ae6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
1414
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
1515
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
16-
implementation 'com.auth0:jwks-rsa:0.22.2'
16+
implementation 'com.auth0:jwks-rsa:0.23.0'
1717

1818
api 'com.squareup.okhttp3:okhttp:4.12.0'
1919
api 'com.azure:azure-core:1.54.1'

0 commit comments

Comments
 (0)