Skip to content

Commit 05943bb

Browse files
chore: [DevOps] bump the plugins group with 5 updates (#517)
Bumps the plugins group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.46.0` | `2.46.1` | | [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.4` | | [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.4` | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.4` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.0` | `3.5.4` | Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.46.0 to 2.46.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.46.0...maven/2.46.1) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.4) Updates `org.springframework.boot:spring-boot` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.4) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.4) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.0...v3.5.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.46.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8751f95 commit 05943bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<json.version>20250517</json.version>
8181
<snakeyaml.version>2.4</snakeyaml.version>
8282
<!-- Formatting -->
83-
<spotless.version>2.46.0</spotless.version>
83+
<spotless.version>2.46.1</spotless.version>
8484
<spotless.skip>false</spotless.skip>
8585
<!-- Quality assurance -->
8686
<enforcer.skip>false</enforcer.skip>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<spring-boot.version>3.5.0</spring-boot.version>
36+
<spring-boot.version>3.5.4</spring-boot.version>
3737
<logback.version>1.5.18</logback.version>
3838
<cf-logging.version>3.8.5</cf-logging.version>
3939
<apache-tomcat-embed.version>11.0.9</apache-tomcat-embed.version>

0 commit comments

Comments
 (0)