Skip to content

Commit 132bfe2

Browse files
Bump the all-maven-dependencies group across 2 directories with 4 updates (#679)
1 parent 06cdc67 commit 132bfe2

2 files changed

Lines changed: 6 additions & 6 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.5</version>
51+
<version>3.5.6</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.5</version>
69+
<version>3.5.6</version>
7070
<executions>
7171
<execution>
7272
<goals>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<jdk.version>25</jdk.version>
3131
<cds.services.version>4.9.0</cds.services.version>
3232
<cloud.sdk.version>5.30.0</cloud.sdk.version>
33-
<xsuaa.version>3.7.2</xsuaa.version>
33+
<xsuaa.version>3.7.3</xsuaa.version>
3434
<cf-java-logging-support.version>4.2.0</cf-java-logging-support.version>
3535
<cds-feature-attachments.version>1.5.0</cds-feature-attachments.version>
3636
</properties>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.5.5</version>
106+
<version>3.5.6</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.5</version>
115+
<version>3.5.6</version>
116116
</plugin>
117117

118118
<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>com.diffplug.spotless</groupId>
174174
<artifactId>spotless-maven-plugin</artifactId>
175-
<version>3.5.1</version>
175+
<version>3.6.0</version>
176176
<configuration>
177177
<java>
178178
<googleJavaFormat>

0 commit comments

Comments
 (0)