Skip to content

Commit 576ca56

Browse files
Bump the all-maven-dependencies group across 2 directories with 3 updates (#615)
1 parent 9417c53 commit 576ca56

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-surefire-plugin</artifactId>
51-
<version>3.5.4</version>
51+
<version>3.5.5</version>
5252
<configuration>
5353
<failIfNoTests>false</failIfNoTests>
5454
</configuration>
@@ -66,7 +66,7 @@
6666
<!-- Tests ending with *IT.java will be executed here -->
6767
<groupId>org.apache.maven.plugins</groupId>
6868
<artifactId>maven-failsafe-plugin</artifactId>
69-
<version>3.5.4</version>
69+
<version>3.5.5</version>
7070
<executions>
7171
<execution>
7272
<goals>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.10</version>
8+
<version>3.5.11</version>
99
<relativePath/>
1010
<!-- lookup parent from repository -->
1111
</parent>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.5.4</version>
106+
<version>3.5.5</version>
107107
<configuration>
108108
<failIfNoTests>true</failIfNoTests>
109109
</configuration>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-failsafe-plugin</artifactId>
115-
<version>3.5.4</version>
115+
<version>3.5.5</version>
116116
</plugin>
117117

118118
<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->

0 commit comments

Comments
 (0)