Skip to content

Commit

Permalink
Bump the maven-plugin-dependencies group with 2 updates (#4879)
Browse files Browse the repository at this point in the history
Bumps the maven-plugin-dependencies group with 2 updates: [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire).


Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-plugin-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-plugin-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent a160baa commit 6c3d3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
<!-- Plugin Versions -->
<version.compiler.plugin>3.13.0</version.compiler.plugin>
<version.deploy.plugin>3.1.2</version.deploy.plugin>
<version.failsafe.plugin>3.3.0</version.failsafe.plugin>
<version.failsafe.plugin>3.3.1</version.failsafe.plugin>
<version.javadoc.plugin>3.7.0</version.javadoc.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.3.0</version.surefire.plugin>
<version.surefire.plugin>3.3.1</version.surefire.plugin>
<version.jar.plugin>3.4.2</version.jar.plugin>
<version.properties.plugin>1.2.1</version.properties.plugin>
<version.dependency.plugin>3.7.1</version.dependency.plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@
<!-- Plugin Versions -->
<version.compiler.plugin>3.13.0</version.compiler.plugin>
<version.deploy.plugin>3.1.2</version.deploy.plugin>
<version.failsafe.plugin>3.3.0</version.failsafe.plugin>
<version.failsafe.plugin>3.3.1</version.failsafe.plugin>
<version.javadoc.plugin>3.7.0</version.javadoc.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.3.0</version.surefire.plugin>
<version.surefire.plugin>3.3.1</version.surefire.plugin>
<version.jar.plugin>3.4.2</version.jar.plugin>
<version.checkstyle.plugin>3.4.0</version.checkstyle.plugin>
<version.properties.plugin>1.2.1</version.properties.plugin>
Expand Down

0 comments on commit 6c3d3e0

Please sign in to comment.