Skip to content

Commit

Permalink
Bump the jwt-verifier group in /prime-router with 2 updates
Browse files Browse the repository at this point in the history
Bumps the jwt-verifier group in /prime-router with 2 updates: com.okta.jwt:okta-jwt-verifier and com.okta.jwt:okta-jwt-verifier-impl.


Updates `com.okta.jwt:okta-jwt-verifier` from 0.5.7 to 0.5.9

Updates `com.okta.jwt:okta-jwt-verifier-impl` from 0.5.7 to 0.5.9

---
updated-dependencies:
- dependency-name: com.okta.jwt:okta-jwt-verifier
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jwt-verifier
- dependency-name: com.okta.jwt:okta-jwt-verifier-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jwt-verifier
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent a11c941 commit 19c8e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ dependencies {
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.42")
implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE")
implementation("com.sendgrid:sendgrid-java:4.10.2")
implementation("com.okta.jwt:okta-jwt-verifier:0.5.7")
implementation("com.okta.jwt:okta-jwt-verifier:0.5.9")
implementation("org.json:json:20240303")
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
implementation("com.hierynomus:sshj:0.38.0")
Expand Down Expand Up @@ -919,7 +919,7 @@ dependencies {
implementation("com.networknt:json-schema-validator:1.5.1")
implementation("io.konform:konform-jvm:0.4.0")

runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.7")
runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.9")
runtimeOnly("com.squareup.okio:okio:3.9.0")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
Expand Down

0 comments on commit 19c8e70

Please sign in to comment.