Skip to content

Commit e205a2b

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.3 (#3854)
1 parent f64356f commit e205a2b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

google-cloud-spanner-executor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<groupId>org.apache.maven.plugins</groupId>
269269
<artifactId>maven-failsafe-plugin</artifactId>
270-
<version>3.5.2</version>
270+
<version>3.5.3</version>
271271
</plugin>
272272
</plugins>
273273
<pluginManagement>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-failsafe-plugin</artifactId>
148-
<version>3.5.2</version>
148+
<version>3.5.3</version>
149149
<configuration>
150150
<forkCount>10</forkCount>
151151
<reuseForks>false</reuseForks>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-failsafe-plugin</artifactId>
147-
<version>3.5.2</version>
147+
<version>3.5.3</version>
148148
<configuration>
149149
<forkCount>10</forkCount>
150150
<reuseForks>false</reuseForks>

samples/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-failsafe-plugin</artifactId>
129-
<version>3.5.2</version>
129+
<version>3.5.3</version>
130130
<configuration>
131131
<forkCount>10</forkCount>
132132
<reuseForks>false</reuseForks>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-failsafe-plugin</artifactId>
158-
<version>3.5.2</version>
158+
<version>3.5.3</version>
159159
<configuration>
160160
<forkCount>10</forkCount>
161161
<reuseForks>false</reuseForks>

0 commit comments

Comments
 (0)