Skip to content

Commit

Permalink
Bump io.jsonwebtoken:jjwt-jackson from 0.12.3 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps io.jsonwebtoken:jjwt-jackson from 0.12.3 to 0.12.4.

---
updated-dependencies:
- dependency-name: io.jsonwebtoken:jjwt-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 90f9dfa commit a1042dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("org.springframework.data:spring-data-jpa")

implementation("io.jsonwebtoken:jjwt-impl:0.12.3")
implementation("io.jsonwebtoken:jjwt-jackson:0.12.3")
implementation("io.jsonwebtoken:jjwt-jackson:0.12.4")

implementation("org.opensearch.client:spring-data-opensearch-starter:1.3.0")

Expand Down

0 comments on commit a1042dd

Please sign in to comment.