Skip to content

Commit efeeeab

Browse files
Bump the maven group across 1 directory with 3 updates
Bumps the maven group with 3 updates in the / directory: [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release), [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) and [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot). Updates `org.apache.maven.plugins:maven-release-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.3.0...maven-release-3.3.1) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.6.2...3.6.3) Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a8edd3 commit efeeeab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
6161
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
6262
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
63-
<maven-release-plugin.version>3.3.0</maven-release-plugin.version>
63+
<maven-release-plugin.version>3.3.1</maven-release-plugin.version>
6464
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
65-
<exec-maven-plugin.version>3.6.2</exec-maven-plugin.version>
65+
<exec-maven-plugin.version>3.6.3</exec-maven-plugin.version>
6666
</properties>
6767

6868
<modules>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<url>https://www.lfenergy.org/projects/shapeshifter/</url>
1717

1818
<properties>
19-
<spring-boot.version>4.0.0</spring-boot.version>
19+
<spring-boot.version>4.0.1</spring-boot.version>
2020
<swagger-annotations.version>2.2.41</swagger-annotations.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)