From 5362a9cb580fcef9a1cfdf3a938d4b6cfd507dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 05:45:18 +0000 Subject: [PATCH] chore(deps): bump the maven-version-updates group across 1 directory with 7 updates Bumps the maven-version-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.4.0` | `4.0.1` | | [me.paulschwarz:spring-dotenv](https://github.com/paulschwarz/spring-dotenv) | `4.0.0` | `5.0.1` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.8.3` | `4.9.8` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.9.3.2` | `4.9.8.2` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.46.0` | `3.1.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.3` | `3.5.4` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v4.0.1) Updates `me.paulschwarz:spring-dotenv` from 4.0.0 to 5.0.1 - [Release notes](https://github.com/paulschwarz/spring-dotenv/releases) - [Changelog](https://github.com/paulschwarz/spring-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/paulschwarz/spring-dotenv/compare/v4.0.0...v5.0.1) Updates `com.github.spotbugs:spotbugs-annotations` from 4.8.3 to 4.9.8 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.8.3...4.9.8) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.3.2 to 4.9.8.2 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.9.3.2...spotbugs-maven-plugin-4.9.8.2) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.0 to 3.1.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.46.0...lib/3.1.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: me.paulschwarz:spring-dotenv dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-version-updates - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-version: 4.9.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-version-updates - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-version-updates ... Signed-off-by: dependabot[bot] --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index beb39be..7928d73 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 4.0.3 @@ -25,7 +25,7 @@ me.paulschwarz spring-dotenv - 4.0.0 + 5.1.0 @@ -141,7 +141,7 @@ com.github.spotbugs spotbugs-annotations - 4.8.3 + 4.9.8 provided @@ -157,7 +157,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.9.3.2 + 4.9.8.2 Max Low @@ -186,7 +186,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.46.0 + 3.2.1 @@ -212,7 +212,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 ${jacoco.agent} -Xms512m -Xmx1500m methods @@ -226,7 +226,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 prepare-agent