Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-maven-plugin
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/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)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and CRoberto1926 committed Oct 25, 2024
1 parent 1356ac8 commit c6c2a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kadai-adapter-camunda-spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.maven.spring-boot}</version>
<version>${version.spring.boot}</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion kadai-adapter-camunda-wildfly-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${version.maven.spring-boot}</version>
<version>${version.spring.boot}</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
<version.maven.resources>3.3.1</version.maven.resources>
<version.maven.sonar>4.0.0.4121</version.maven.sonar>
<version.maven.source>3.3.1</version.maven.source>
<version.maven.spring-boot>3.3.4</version.maven.spring-boot>
<version.maven.surefire.plugin>3.2.5</version.maven.surefire.plugin>
<version.maven-war-plugin>3.4.0</version.maven-war-plugin>
<version.maven.wildfly.plugin>5.0.1.Final</version.maven.wildfly.plugin>
Expand All @@ -66,7 +65,7 @@
<version.spring.mybatis>3.0.3</version.spring.mybatis>

<version.spring.plugin.core>3.0.0</version.spring.plugin.core>
<version.spring.boot>3.3.4</version.spring.boot>
<version.spring.boot>3.3.5</version.spring.boot>

<version.camunda>7.22.0</version.camunda>
<version.camunda.spin>1.23.0</version.camunda.spin>
Expand Down

0 comments on commit c6c2a4b

Please sign in to comment.