Skip to content

Commit 3cf1e40

Browse files
Bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#3463)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.0...surefire-3.1.2) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a68df8 commit 3cf1e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
</plugin>
185185
<plugin>
186186
<artifactId>maven-surefire-plugin</artifactId>
187-
<version>3.1.0</version>
187+
<version>3.1.2</version>
188188
<configuration>
189189
<systemPropertyVariables>
190190
<redis-hosts>${redis-hosts}</redis-hosts>
@@ -313,7 +313,7 @@
313313
<plugins>
314314
<plugin>
315315
<artifactId>maven-surefire-plugin</artifactId>
316-
<version>3.1.0</version>
316+
<version>3.1.2</version>
317317
<configuration>
318318
<test>**/examples/*Example.java</test>
319319
</configuration>

0 commit comments

Comments
 (0)