Skip to content

Commit 7145f60

Browse files
Bump the maven-plugin-dependencies group with 4 updates (#5046)
Bumps the maven-plugin-dependencies group with 4 updates: [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) and [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools). Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0) 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-plugin-plugin` from 3.13.1 to 3.14.0 - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.13.1...maven-plugin-tools-3.14.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugin-dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugin-dependencies - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-plugin-dependencies - dependency-name: org.apache.maven.plugins:maven-plugin-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-plugin-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c5163d commit 7145f60

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191

9292
<!-- Plugin Versions -->
9393
<version.compiler.plugin>3.13.0</version.compiler.plugin>
94-
<version.deploy.plugin>3.1.2</version.deploy.plugin>
95-
<version.failsafe.plugin>3.3.1</version.failsafe.plugin>
94+
<version.deploy.plugin>3.1.3</version.deploy.plugin>
95+
<version.failsafe.plugin>3.4.0</version.failsafe.plugin>
9696
<version.javadoc.plugin>3.8.0</version.javadoc.plugin>
9797
<version.source.plugin>3.3.1</version.source.plugin>
98-
<version.surefire.plugin>3.3.1</version.surefire.plugin>
98+
<version.surefire.plugin>3.4.0</version.surefire.plugin>
9999
<version.jar.plugin>3.4.2</version.jar.plugin>
100100
<version.properties.plugin>1.2.1</version.properties.plugin>
101101
<version.dependency.plugin>3.7.1</version.dependency.plugin>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@
215215

216216
<!-- Plugin Versions -->
217217
<version.compiler.plugin>3.13.0</version.compiler.plugin>
218-
<version.deploy.plugin>3.1.2</version.deploy.plugin>
219-
<version.failsafe.plugin>3.3.1</version.failsafe.plugin>
218+
<version.deploy.plugin>3.1.3</version.deploy.plugin>
219+
<version.failsafe.plugin>3.4.0</version.failsafe.plugin>
220220
<version.javadoc.plugin>3.8.0</version.javadoc.plugin>
221221
<version.source.plugin>3.3.1</version.source.plugin>
222-
<version.surefire.plugin>3.3.1</version.surefire.plugin>
222+
<version.surefire.plugin>3.4.0</version.surefire.plugin>
223223
<version.jar.plugin>3.4.2</version.jar.plugin>
224224
<version.checkstyle.plugin>3.4.0</version.checkstyle.plugin>
225225
<version.properties.plugin>1.2.1</version.properties.plugin>

utils/maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-plugin-plugin</artifactId>
66-
<version>3.13.1</version>
66+
<version>3.14.0</version>
6767
</plugin>
6868
</plugins>
6969
</build>

0 commit comments

Comments
 (0)