From 5ad356f2f8c23d40d2c94acef374034ef358dfc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:06:19 +0000 Subject: [PATCH] Bump the all-maven group with 5 updates Bumps the all-maven group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.0` | | software.amazon.awssdk:bom | `2.38.7` | `2.39.2` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.38` | `1.18.42` | | org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.7` | `4.0.0` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0) Updates `software.amazon.awssdk:bom` from 2.38.7 to 2.39.2 Updates `org.projectlombok:lombok` from 1.18.38 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.42) Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-maven - dependency-name: software.amazon.awssdk:bom dependency-version: 2.39.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-maven - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-maven - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-maven ... Signed-off-by: dependabot[bot] --- .github/dependabot.yml | 22 ++++++++++++++++++++-- pom.xml | 8 ++++---- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c367f8..e36ab9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,8 +13,17 @@ updates: - "dependencies" - "maven" groups: - all-maven: + maven-minor-and-patch: applies-to: version-updates + update-types: + - "minor" + - "patch" + patterns: + - "*" + maven-major: + applies-to: version-updates + update-types: + - "major" patterns: - "*" @@ -31,7 +40,16 @@ updates: - "dependencies" - "github-actions" groups: - all-actions: + actions-minor-and-patch: + applies-to: version-updates + update-types: + - "minor" + - "patch" + patterns: + - "*" + actions-major: applies-to: version-updates + update-types: + - "major" patterns: - "*" \ No newline at end of file diff --git a/pom.xml b/pom.xml index 074532a..c9c15df 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,8 @@ 25 - 1.18.38 - 2.38.7 + 1.18.42 + 2.39.2 @@ -43,7 +43,7 @@ org.apache.commons commons-lang3 - 3.19.0 + 3.20.0 software.amazon.awssdk @@ -85,7 +85,7 @@ org.springframework.boot spring-boot-maven-plugin - 3.5.7 + 4.0.0 org.apache.maven.plugins