Skip to content

Commit b6919ce

Browse files
dependabot[bot]mengdaming
authored andcommitted
Bump maven-surefire-plugin from 3.3.0 to 3.3.1 in /examples/*-maven-*
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>
1 parent bf9471f commit b6919ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/java-maven-wrapper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-surefire-plugin</artifactId>
61-
<version>3.3.0</version>
61+
<version>3.3.1</version>
6262
</plugin>
6363
</plugins>
6464
</build>

examples/java-maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.apache.maven.plugins</groupId>
5555
<artifactId>maven-surefire-plugin</artifactId>
56-
<version>3.3.0</version>
56+
<version>3.3.1</version>
5757
</plugin>
5858
</plugins>
5959
</build>

examples/kotlin-maven-wrapper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.3.0</version>
75+
<version>3.3.1</version>
7676
</plugin>
7777
</plugins>
7878
</build>

examples/kotlin-maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-surefire-plugin</artifactId>
70-
<version>3.3.0</version>
70+
<version>3.3.1</version>
7171
</plugin>
7272
</plugins>
7373
</build>

0 commit comments

Comments
 (0)