Skip to content

Commit e224bd2

Browse files
Bump the jwt-verifier group in /prime-router with 2 updates
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] <[email protected]>
1 parent 122f9cb commit e224bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: prime-router/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ dependencies {
854854
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.40")
855855
implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE")
856856
implementation("com.sendgrid:sendgrid-java:4.10.2")
857-
implementation("com.okta.jwt:okta-jwt-verifier:0.5.7")
857+
implementation("com.okta.jwt:okta-jwt-verifier:0.5.9")
858858
implementation("org.json:json:20240205")
859859
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
860860
implementation("com.hierynomus:sshj:0.38.0")
@@ -925,7 +925,7 @@ dependencies {
925925
implementation("com.networknt:json-schema-validator:1.4.3")
926926
implementation("io.konform:konform-jvm:0.4.0")
927927

928-
runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.7")
928+
runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.9")
929929
runtimeOnly("com.squareup.okio:okio:3.9.0")
930930
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
931931
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

0 commit comments

Comments
 (0)