Skip to content

Commit f53830e

Browse files
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 in /src (#430)
build(deps): bump org.apache.maven.plugins:maven-surefire-plugin in /src Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.3...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 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 7a450b5 commit f53830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/refimpl-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<plugins>
2121
<plugin>
2222
<artifactId>maven-surefire-plugin</artifactId>
23-
<version>3.5.3</version>
23+
<version>3.5.4</version>
2424
<configuration>
2525
<useModulePath>false</useModulePath> <!-- https://issues.apache.org/jira/browse/SUREFIRE-1809 -->
2626
<useFile>false</useFile>

0 commit comments

Comments
 (0)