Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2024
1 parent 1fc4581 commit 8d51c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
testImplementation 'io.springfox:springfox-staticdocs:2.6.1'
testImplementation "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.26'
testImplementation 'io.jsonwebtoken:jjwt:0.12.5'
testImplementation 'io.jsonwebtoken:jjwt:0.12.6'
testImplementation 'io.projectreactor:reactor-test:3.6.7'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
Expand Down

0 comments on commit 8d51c8a

Please sign in to comment.