Skip to content

Commit 6d0ab8f

Browse files
Bump java-jwt from 3.8.0 to 3.8.2
Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.8.0 to 3.8.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@3.8.0...3.8.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent abf0787 commit 6d0ab8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootSecurityJwt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile('org.springframework.boot:spring-boot-starter-data-jpa')
2929
compile('org.springframework.boot:spring-boot-starter-security')
3030
compile('org.springframework.boot:spring-boot-starter-web')
31-
compile('com.auth0:java-jwt:3.8.0')
31+
compile('com.auth0:java-jwt:3.8.2')
3232

3333
runtime('com.h2database:h2')
3434

0 commit comments

Comments
 (0)