Skip to content

Commit 0b49fa7

Browse files
Bump the maven-plugins group with 4 updates
Bumps the maven-plugins group with 4 updates: [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin), [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire). Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f0f9413 commit 0b49fa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949

5050
<!-- Use alternate plugins versions than what is in the spring-boot-starter-parent. -->
5151
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
52-
<maven-deploy-plugin.version>3.1.2</maven-deploy-plugin.version>
52+
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
5353
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
54-
<maven-install-plugin.version>3.1.2</maven-install-plugin.version>
55-
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
56-
<maven-failsafe-plugin.version>3.3.1</maven-failsafe-plugin.version>
54+
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
55+
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
56+
<maven-failsafe-plugin.version>3.5.0</maven-failsafe-plugin.version>
5757
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
5858
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
5959

0 commit comments

Comments
 (0)