Skip to content

Commit

Permalink
Merge pull request #89 from jaconi-io/dependabot/gradle/com.nimbusds-…
Browse files Browse the repository at this point in the history
…nimbus-jose-jwt-9.48

build(java): bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48
  • Loading branch information
jnodorp-jaconi authored Jan 2, 2025
2 parents 9f84141 + 8b16e24 commit 7aef9c5
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 @@ -14,7 +14,7 @@ dependencies {

compileOnly("org.projectlombok:lombok")

implementation("com.nimbusds:nimbus-jose-jwt:9.47")
implementation("com.nimbusds:nimbus-jose-jwt:9.48")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-web")
Expand Down

0 comments on commit 7aef9c5

Please sign in to comment.