Skip to content

Commit

Permalink
Update dependency io.jsonwebtoken:jjwt to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2023
1 parent b048299 commit 68ec4bf
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.0'
testImplementation 'io.projectreactor:reactor-test:3.5.10'
testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit 68ec4bf

Please sign in to comment.