Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lrohner committed Oct 13, 2023
1 parent 1113b66 commit 8e68a28
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 @@ -92,7 +92,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.20'
testImplementation 'io.jsonwebtoken:jjwt:0.9.1'
testImplementation 'io.jsonwebtoken:jjwt:0.12.2'
testImplementation 'io.projectreactor:reactor-test:3.5.11'
testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit 8e68a28

Please sign in to comment.