From bdfcd6e149626b9219cf4f2a1107d29917553d1e Mon Sep 17 00:00:00 2001 From: GSRN Date: Wed, 17 Sep 2025 00:20:07 +0200 Subject: [PATCH] chore: Update dependencies in api-gateway pom.xml ### Summary of Changes - Added version specifications for `jjwt-api`, `jjwt-impl`, `jjwt-jackson`, `springdoc-openapi-starter-webmvc-ui`, `sonar-maven-plugin`, and `jacoco-maven-plugin` in the `pom.xml` file. ### Expected Results - Ensured that the api-gateway service uses the latest versions of its dependencies, improving security and stability. --- services/api-gateway/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/api-gateway/pom.xml b/services/api-gateway/pom.xml index 0de2676..280c049 100644 --- a/services/api-gateway/pom.xml +++ b/services/api-gateway/pom.xml @@ -73,15 +73,18 @@ io.jsonwebtoken jjwt-api + 0.12.3 io.jsonwebtoken jjwt-impl + 0.12.3 runtime io.jsonwebtoken jjwt-jackson + 0.12.3 runtime @@ -89,6 +92,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui + 2.2.0 @@ -129,12 +133,14 @@ org.sonarsource.scanner.maven sonar-maven-plugin + 3.10.0.2594 org.jacoco jacoco-maven-plugin + 0.8.11