Skip to content

Commit 6418f1d

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/all-npm-dependencies-f38991d7ba
2 parents b11f820 + 408aa7c commit 6418f1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-surefire-plugin</artifactId>
52-
<version>3.5.3</version>
52+
<version>3.5.4</version>
5353
<configuration>
5454
<failIfNoTests>false</failIfNoTests>
5555
</configuration>
@@ -67,7 +67,7 @@
6767
<!-- Tests ending with *IT.java will be executed here -->
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-failsafe-plugin</artifactId>
70-
<version>3.5.3</version>
70+
<version>3.5.4</version>
7171
<executions>
7272
<execution>
7373
<goals>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<jdk.version>21</jdk.version>
2626
<cds.services.version>4.3.0</cds.services.version>
2727
<cloud.sdk.version>5.22.0</cloud.sdk.version>
28-
<xsuaa.version>3.6.3</xsuaa.version>
28+
<xsuaa.version>3.6.4</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.6</cf-java-logging-support.version>
3030
<cds-feature-attachments.version>1.2.1</cds-feature-attachments.version>
3131
</properties>
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-surefire-plugin</artifactId>
106-
<version>3.5.3</version>
106+
<version>3.5.4</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.3</version>
115+
<version>3.5.4</version>
116116
</plugin>
117117

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

0 commit comments

Comments
 (0)