From 16059dfc415bb64a2c8ce6bc48438a5d93916757 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 20 Oct 2024 07:53:43 +0000
Subject: [PATCH] Bump the jwt-verifier group across 1 directory with 2 updates

Bumps the jwt-verifier group with 1 update in the /prime-router directory: com.okta.jwt:okta-jwt-verifier.


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

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

---
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>
---
 prime-router/build.gradle.kts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts
index c8dcd983c41..18d9cf04842 100644
--- a/prime-router/build.gradle.kts
+++ b/prime-router/build.gradle.kts
@@ -910,7 +910,7 @@ dependencies {
     implementation("com.googlecode.libphonenumber:libphonenumber:8.13.46")
     implementation("org.thymeleaf:thymeleaf:3.1.2.RELEASE")
     implementation("com.sendgrid:sendgrid-java:4.10.3")
-    implementation("com.okta.jwt:okta-jwt-verifier:0.5.7")
+    implementation("com.okta.jwt:okta-jwt-verifier:0.5.10")
     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")
@@ -981,7 +981,7 @@ dependencies {
     implementation("com.networknt:json-schema-validator:1.5.2")
     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.10")
     runtimeOnly("com.squareup.okio:okio:3.9.1")
     runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
     runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")