Skip to content

Commit d564046

Browse files
chore: [DevOps] bump the plugins group with 7 updates (#120)
Bumps the plugins group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.8.0` | `3.8.1` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.5.0` | `3.6.0` | | [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) | `4.8.6.4` | `4.8.6.5` | | [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.3.4` | `3.3.5` | Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.8.0...maven-dependency-plugin-3.8.1) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.5.0 to 3.6.0 - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.5.0...maven-checkstyle-plugin-3.6.0) Updates `com.github.spotbugs:spotbugs-maven-plugin` from 4.8.6.4 to 4.8.6.5 - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.6.4...spotbugs-maven-plugin-4.8.6.5) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) Updates `org.springframework.boot:spring-boot` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-maven-plugin 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 5b0926d commit d564046

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.apache.maven.plugins</groupId>
318318
<artifactId>maven-dependency-plugin</artifactId>
319-
<version>3.8.0</version>
319+
<version>3.8.1</version>
320320
<configuration>
321321
<failOnWarning>true</failOnWarning>
322322
<failBuild>true</failBuild>
@@ -394,7 +394,7 @@
394394
<plugin>
395395
<groupId>org.apache.maven.plugins</groupId>
396396
<artifactId>maven-checkstyle-plugin</artifactId>
397-
<version>3.5.0</version>
397+
<version>3.6.0</version>
398398
<configuration>
399399
<configLocation>${project.rootdir}/.pipeline/checkstyle.xml</configLocation>
400400
<!-- Exclude generated clients -->
@@ -449,7 +449,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
449449
<plugin>
450450
<groupId>com.github.spotbugs</groupId>
451451
<artifactId>spotbugs-maven-plugin</artifactId>
452-
<version>4.8.6.4</version>
452+
<version>4.8.6.5</version>
453453
<configuration>
454454
<includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile>
455455
<!-- Exclude generated clients -->

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.3.4</spring-boot.version>
36+
<spring-boot.version>3.3.5</spring-boot.version>
3737
<logback.version>1.5.11</logback.version>
3838
<cf-logging.version>3.8.4</cf-logging.version>
3939
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->

0 commit comments

Comments
 (0)