Skip to content

Commit 81e6897

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.2 (GoogleCloudPlatform#8848)
1 parent f044781 commit 81e6897

File tree

69 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.2.1</version>
134+
<version>3.2.2</version>
135135
</plugin>
136136

137137
<plugin>

bigtable/scheduled-backups/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ limitations under the License.
138138
<artifactId>maven-surefire-plugin</artifactId>
139139
<!-- version 3.0.0-M4 does not load JUnit5 correctly -->
140140
<!-- see https://issues.apache.org/jira/browse/SUREFIRE-1750 -->
141-
<version>3.2.1</version>
141+
<version>3.2.2</version>
142142
<configuration>
143143
<includes>
144144
<include>**/*Test.java</include>

compute/cloud-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-surefire-plugin</artifactId>
110-
<version>3.2.1</version>
110+
<version>3.2.2</version>
111111
<configuration>
112112
<!-- run both classes and methods in parallel -->
113113
<parallel>all</parallel>

flexible/java-17/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.2.1</version>
134+
<version>3.2.2</version>
135135
</plugin>
136136

137137
<plugin>

functions/concepts/after-timeout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<artifactId>maven-surefire-plugin</artifactId>
102102
<!-- version 3.0.0-M4 does not load JUnit5 correctly -->
103103
<!-- see https://issues.apache.org/jira/browse/SUREFIRE-1750 -->
104-
<version>3.2.1</version>
104+
<version>3.2.2</version>
105105
<configuration>
106106
<includes>
107107
<include>**/*Test.java</include>

functions/concepts/env-vars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-surefire-plugin</artifactId>
100-
<version>3.2.1</version>
100+
<version>3.2.2</version>
101101
<configuration>
102102
<!-- This is needed for Java 17 compatibility -->
103103
<argLine>--add-opens java.base/java.util=ALL-UNNAMED</argLine>

functions/concepts/execution-count/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91-
<version>3.2.1</version>
91+
<version>3.2.2</version>
9292
<configuration>
9393
<skipTests>${skipTests}</skipTests>
9494
<reportNameSuffix>sponge_log</reportNameSuffix>

functions/concepts/file-system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.2.1</version>
92+
<version>3.2.2</version>
9393
<configuration>
9494
<skipTests>${skipTests}</skipTests>
9595
<reportNameSuffix>sponge_log</reportNameSuffix>

functions/concepts/lazy-fields/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-surefire-plugin</artifactId>
92-
<version>3.2.1</version>
92+
<version>3.2.2</version>
9393
<configuration>
9494
<skipTests>${skipTests}</skipTests>
9595
<reportNameSuffix>sponge_log</reportNameSuffix>

functions/concepts/retry-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<plugin>
111111
<groupId>org.apache.maven.plugins</groupId>
112112
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>3.2.1</version>
113+
<version>3.2.2</version>
114114
<configuration>
115115
<skipTests>${skipTests}</skipTests>
116116
<reportNameSuffix>sponge_log</reportNameSuffix>

0 commit comments

Comments
 (0)