Skip to content

Commit 0345fc9

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 (#793)
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) 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-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5abfd38 commit 0345fc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.3.0</version>
135+
<version>3.3.1</version>
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-deploy-plugin</artifactId>

tests/test-junit4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-surefire-plugin</artifactId>
48-
<version>3.3.0</version>
48+
<version>3.3.1</version>
4949
<dependencies>
5050
<dependency>
5151
<groupId>org.apache.maven.surefire</groupId>
5252
<artifactId>surefire-junit4</artifactId>
53-
<version>3.3.0</version>
53+
<version>3.3.1</version>
5454
</dependency>
5555
</dependencies>
5656
</plugin>

0 commit comments

Comments
 (0)