From b4015cf0c714aac66f583dcc38d28a077550279f Mon Sep 17 00:00:00 2001 From: sgrampone Date: Fri, 1 Aug 2025 18:15:37 -0300 Subject: [PATCH] Create variable for commonly used numbus-jose-jwt --- gamutils/pom.xml | 2 +- pom.xml | 1 + securityapicommons/pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gamutils/pom.xml b/gamutils/pom.xml index daa340f62..aef2e3583 100644 --- a/gamutils/pom.xml +++ b/gamutils/pom.xml @@ -19,7 +19,7 @@ com.nimbusds nimbus-jose-jwt - 10.4 + ${jose.version} org.bouncycastle diff --git a/pom.xml b/pom.xml index a77b347fe..72c10f3d3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ 2.12.0 1.15 3.0.3 + 10.4 diff --git a/securityapicommons/pom.xml b/securityapicommons/pom.xml index 599a4bcec..1e61f11c4 100644 --- a/securityapicommons/pom.xml +++ b/securityapicommons/pom.xml @@ -27,7 +27,7 @@ com.nimbusds nimbus-jose-jwt - 10.4 + ${jose.version} org.apache.logging.log4j