From 0ce82cc3053c61171475e8ff4805b2fac5838830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:36:37 +0000 Subject: [PATCH] build(deps): bump the all-gradle-dependencies group with 4 updates Bumps the all-gradle-dependencies group with 4 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [com.h2database:h2](https://github.com/h2database/h2database), org.sonarqube and com.diffplug.spotless. Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v3.1.0...v3.1.1) Updates `com.h2database:h2` from 2.4.240 to 2.5.250 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.4.240...version-2.5.250) Updates `org.sonarqube` from 7.4.0.8496 to 7.5.0.8588 Updates `com.diffplug.spotless` from 8.10.1 to 8.10.2 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle-dependencies - dependency-name: com.h2database:h2 dependency-version: 2.5.250 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-dependencies - dependency-name: org.sonarqube dependency-version: 7.5.0.8588 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e93b33..b853c07 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,17 +15,17 @@ lombok-plugin = "9.5.0" versions-plugin = "0.61.0" catalog-update-plugin = "1.1.1" shadow-plugin = "9.6.1" -sonarqube-plugin = "7.4.0.8496" -spotless-plugin = "8.10.1" +sonarqube-plugin = "7.5.0.8588" +spotless-plugin = "8.10.2" jackson-databind-nullable = "0.2.11" -springdoc-openapi-ui = "3.1.0" +springdoc-openapi-ui = "3.1.1" commons-lang3 = "3.20.0" commons-collections4 = "4.6.0" datafaker = "2.7.0" instancio-junit = "6.0.0" jsonunit-assertj = "6.2.0" mapstruct = "1.6.3" -h2 = "2.4.240" +h2 = "2.5.250" junit-bom = "6.1.3" [libraries]