We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4224c8a commit 5a2c77dCopy full SHA for 5a2c77d
build.gradle
@@ -44,9 +44,9 @@ dependencies {
44
runtimeOnly 'org.postgresql:postgresql'
45
46
// JWT
47
- implementation 'io.jsonwebtoken:jjwt-api:0.11.5'
48
- runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
49
- runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
+ implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
+ runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
+ runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
50
51
// AWS S3
52
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
0 commit comments