Skip to content

Commit

Permalink
Bump maven-surefire-plugin.version from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps `maven-surefire-plugin.version` from 3.5.0 to 3.5.1.

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

Updates `org.apache.maven.surefire:surefire-junit47` from 3.5.0 to 3.5.1

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 491e9ca commit 93ce7f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bunsen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pipelines/batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<jackson.version>2.18.0</jackson.version>
<pubsub.version>v1-rev20220904-2.0.0</pubsub.version>
<spark.version>2.4.8</spark.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<nemo.version>0.1</nemo.version>
<flink.artifact.name>beam-runners-flink-1.14</flink.artifact.name>
<mysql.driver.version>8.0.16</mysql.driver.version>
Expand Down
2 changes: 1 addition & 1 deletion pipelines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<!--
Configures `mvn package` to produce a bundled jar ("fat jar") for runners
Expand Down

0 comments on commit 93ce7f5

Please sign in to comment.