Skip to content

Commit 042a1e4

Browse files
Bump com.auth0:java-jwt from 4.5.1 to 4.5.2 (#164)
Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.1 to 4.5.2. - [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.5.1...4.5.2) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex <1452182+ardetrick@users.noreply.github.com>
1 parent e6bacf7 commit 042a1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
implementation("sh.ory.hydra:hydra-client:26.2.0")
1313

1414
testImplementation("com.ardetrick.testcontainers:testcontainers-ory-hydra:0.0.5")
15-
testImplementation("com.auth0:java-jwt:4.5.1")
15+
testImplementation("com.auth0:java-jwt:4.5.2")
1616
testImplementation("com.microsoft.playwright:playwright:1.59.0")
1717
testImplementation("org.springframework.boot:spring-boot-starter-test")
1818
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")

0 commit comments

Comments
 (0)