We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24ebf8 + 8ab7d5d commit 1c4175cCopy full SHA for 1c4175c
perfume-core/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
implementation("io.jsonwebtoken:jjwt-api:0.12.5")
3
implementation("io.jsonwebtoken:jjwt-impl:0.12.5")
4
- implementation("io.jsonwebtoken:jjwt-jackson:0.12.3")
+ implementation("io.jsonwebtoken:jjwt-jackson:0.12.5")
5
implementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
6
implementation("org.springframework.boot:spring-boot-starter-mail:3.2.2")
7
}
0 commit comments