Skip to content

Commit fc50730

Browse files
chore: [DevOps] bump the plugins group with 3 updates (#662)
* chore: [DevOps] bump the plugins group with 3 updates Bumps the plugins group with 3 updates: [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless), [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/3.0.0...lib/3.1.0) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.9.8.1 to 4.9.8.2 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.9.8.1...spotbugs-maven-plugin-4.9.8.2) 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](spring-projects/spring-boot@v3.5.7...v4.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - 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: plugins - 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: plugins ... Signed-off-by: dependabot[bot] <support@github.com> * Update sample-code/spring-app/pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Dümont <22489773+newtork@users.noreply.github.com>
1 parent 7760819 commit fc50730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<json.version>20250517</json.version>
7878
<snakeyaml.version>2.5</snakeyaml.version>
7979
<!-- Formatting -->
80-
<spotless.version>3.0.0</spotless.version>
80+
<spotless.version>3.1.0</spotless.version>
8181
<spotless.skip>false</spotless.skip>
8282
<!-- Quality assurance -->
8383
<enforcer.skip>false</enforcer.skip>
@@ -753,7 +753,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
753753
<plugin>
754754
<groupId>com.github.spotbugs</groupId>
755755
<artifactId>spotbugs-maven-plugin</artifactId>
756-
<version>4.9.8.1</version>
756+
<version>4.9.8.2</version>
757757
<configuration>
758758
<includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile>
759759
<!-- Exclude generated clients -->

0 commit comments

Comments
 (0)