Skip to content

Commit de35089

Browse files
Bump com.auth0:java-jwt from 4.4.0 to 4.5.0 in /wiremock (#1074)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28cf1e8 commit de35089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
dependencies {
88
implementation "org.wiremock:wiremock:3.11.0"
99
implementation "org.json:json:20250107"
10-
implementation "com.auth0:java-jwt:4.4.0"
10+
implementation "com.auth0:java-jwt:4.5.0"
1111
implementation "org.slf4j:slf4j-simple:2.0.16"
1212
}
1313

0 commit comments

Comments
 (0)