Skip to content

Commit 7eaaafb

Browse files
authored
chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v2.22.2 (GoogleCloudPlatform#6083)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | `2.17` -> `2.22.2` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/2.22.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/2.22.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/2.22.2/compatibility-slim/2.17)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-failsafe-plugin/2.22.2/confidence-slim/2.17)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 88cbeb3 commit 7eaaafb

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

run/filesystem/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,6 @@ limitations under the License.
9595
</execution>
9696
</executions>
9797
</plugin>
98-
<plugin>
99-
<artifactId>maven-surefire-plugin</artifactId>
100-
<version>2.22.2</version>
101-
</plugin>
102-
<plugin>
103-
<artifactId>maven-failsafe-plugin</artifactId>
104-
<version>2.17</version>
105-
<executions>
106-
<execution>
107-
<goals>
108-
<goal>integration-test</goal>
109-
<goal>verify</goal>
110-
</goals>
111-
</execution>
112-
</executions>
113-
<configuration>
114-
<includes>
115-
<include>**/*Tests.java</include>
116-
<include>**/*IT.java</include>
117-
</includes>
118-
<excludes>
119-
<exclude></exclude>
120-
</excludes>
121-
</configuration>
122-
</plugin>
12398
</plugins>
12499
</build>
125100
</project>

run/filesystem/src/test/java/com/example/filesystem/FilesystemApplicationIT.java renamed to run/filesystem/src/test/java/com/example/filesystem/ApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
@RunWith(SpringRunner.class)
4141
@SpringBootTest
42-
public class FilesystemApplicationIT {
42+
public class ApplicationTests {
4343

4444
private static final String project = System.getenv("GOOGLE_CLOUD_PROJECT");
4545
private static final String suffix = UUID.randomUUID().toString();

0 commit comments

Comments
 (0)