From 995261c33e8dfbc77739ef11e348037a519fb42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:05:32 +0000 Subject: [PATCH] chore: [DevOps] bump the test group with 3 updates Bumps the test group with 3 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.openapitools:openapi-generator-maven-plugin and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Updates `ch.qos.logback:logback-classic` from 1.5.29 to 1.5.32 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.29...v_1.5.32) Updates `org.openapitools:openapi-generator-maven-plugin` from 7.19.0 to 7.20.0 Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.10 to 3.5.11 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v3.5.11) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.32 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- sample-code/spring-app/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index d9a7bf056..ecb85d4b3 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 3.28.0 4.38.0 2.21.0 - 1.5.29 + 1.5.32 1.16.3 20251224 @@ -305,7 +305,7 @@ org.openapitools openapi-generator-maven-plugin - 7.19.0 + 7.20.0 diff --git a/sample-code/spring-app/pom.xml b/sample-code/spring-app/pom.xml index 9edb27d27..b02cce2df 100644 --- a/sample-code/spring-app/pom.xml +++ b/sample-code/spring-app/pom.xml @@ -33,8 +33,8 @@ ${project.basedir}/../../ - 3.5.10 - 1.5.29 + 3.5.11 + 1.5.32 4.1.0 11.0.18