Skip to content

Commit b344681

Browse files
Bump org.apache.maven.plugins:maven-surefire-plugin
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.0 to 3.5.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.22.0...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 248f252 commit b344681

File tree

1 file changed

+1
-1
lines changed
  • examples/fabric-contract-example-maven

1 file changed

+1
-1
lines changed

examples/fabric-contract-example-maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<!-- JUnit 5 requires Surefire version 2.22.0 or higher -->
106106
<plugin>
107107
<artifactId>maven-surefire-plugin</artifactId>
108-
<version>2.22.0</version>
108+
<version>3.5.3</version>
109109
</plugin>
110110
<plugin>
111111
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)