diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index a8471c7fda6..ac94ac2a304 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -854,7 +854,7 @@ dependencies { implementation("com.googlecode.libphonenumber:libphonenumber:8.13.40") 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:20240205") // DO NOT INCREMENT SSHJ to a newer version without first thoroughly testing it locally. implementation("com.hierynomus:sshj:0.38.0") @@ -925,7 +925,7 @@ dependencies { implementation("com.networknt:json-schema-validator:1.4.3") 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")