Skip to content

Commit 56125ee

Browse files
Bump com.auth0:java-jwt from 4.4.0 to 4.5.0
Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](auth0/java-jwt@4.4.0...4.5.0) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7434849 commit 56125ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ targetCompatibility = JavaVersion.VERSION_11
88
dependencies {
99
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
1010
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
11-
implementation 'com.auth0:java-jwt:4.4.0'
11+
implementation 'com.auth0:java-jwt:4.5.0'
1212
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
1313

1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

0 commit comments

Comments
 (0)