Skip to content

Commit 254573f

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 5042115 commit 254573f

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
@@ -864,7 +864,7 @@ dependencies {
864864
implementation("com.googlecode.libphonenumber:libphonenumber:8.13.42")
865865
implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE")
866866
implementation("com.sendgrid:sendgrid-java:4.10.2")
867-
implementation("com.okta.jwt:okta-jwt-verifier:0.5.7")
867+
implementation("com.okta.jwt:okta-jwt-verifier:0.5.9")
868868
implementation("org.json:json:20240303")
869869
// DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally.
870870
implementation("com.hierynomus:sshj:0.38.0")
@@ -935,7 +935,7 @@ dependencies {
935935
implementation("com.networknt:json-schema-validator:1.5.1")
936936
implementation("io.konform:konform-jvm:0.4.0")
937937

938-
runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.7")
938+
runtimeOnly("com.okta.jwt:okta-jwt-verifier-impl:0.5.9")
939939
runtimeOnly("com.squareup.okio:okio:3.9.0")
940940
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
941941
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

0 commit comments

Comments
 (0)