Skip to content

Commit 3ce9f81

Browse files
authored
Merge pull request #5772 from aws-iot-builder-tools/dependabot/gradle/serverless-ui/jwt-stack/com.auth0-java-jwt-4.5.0
Bump com.auth0:java-jwt from 4.4.0 to 4.5.0 in /serverless-ui/jwt-stack
2 parents 1906fb5 + 1a4f462 commit 3ce9f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless-ui/jwt-stack/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ val junitVersion = "4.13.2"
7676
// NOTE: Upgrading Jetty to 10.0.0 or beyond will cause this error - java.lang.NoSuchMethodError: 'void org.eclipse.jetty.server.ServerConnector.setSoLingerTime(int)'
7777
val jettyVersion = "11.0.13"
7878
val bouncyCastleVersion = "1.70"
79-
val jjwtVersion = "4.4.0"
79+
val jjwtVersion = "4.5.0"
8080
val vertxVersion = "5.0.0"
8181
val awsCdkConstructsForJava = "0.20.0"
8282
val awsCdkVersion = "1.156.1"

0 commit comments

Comments
 (0)