From 46e00cc2220bc0a2b9c8afad5968e6b66b203fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:32:14 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 3 updates Bumps the maven group with 3 updates in the /apis/user-java directory: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox), [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) and [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath). Updates `io.springfox:springfox-swagger-ui` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](https://github.com/springfox/springfox/compare/2.9.2...2.10.0) Updates `com.microsoft.sqlserver:mssql-jdbc` from 6.2.2.jre8 to 10.2.4.jre8 - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) Updates `com.jayway.jsonpath:json-path` from 2.2.0 to 2.9.0 - [Release notes](https://github.com/jayway/JsonPath/releases) - [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md) - [Commits](https://github.com/jayway/JsonPath/compare/2.2.0...json-path-2.9.0) --- updated-dependencies: - dependency-name: io.springfox:springfox-swagger-ui dependency-version: 2.10.0 dependency-type: direct:production dependency-group: maven - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 10.2.4.jre8 dependency-type: direct:production dependency-group: maven - dependency-name: com.jayway.jsonpath:json-path dependency-version: 2.9.0 dependency-type: direct:development dependency-group: maven ... Signed-off-by: dependabot[bot] --- apis/user-java/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 apis/user-java/pom.xml diff --git a/apis/user-java/pom.xml b/apis/user-java/pom.xml old mode 100755 new mode 100644 index 7e9e4ca..b48d711 --- a/apis/user-java/pom.xml +++ b/apis/user-java/pom.xml @@ -9,7 +9,7 @@ 1.8 ${java.version} ${java.version} - 2.9.2 + 2.10.0 org.springframework.boot @@ -81,7 +81,7 @@ com.microsoft.sqlserver mssql-jdbc - 8.2.2.jre11 + 10.2.4.jre8 @@ -92,7 +92,7 @@ com.microsoft.sqlserver mssql-jdbc - 6.2.2.jre8 + 10.2.4.jre8 junit @@ -110,7 +110,7 @@ com.jayway.jsonpath json-path - 2.2.0 + 2.9.0 test