Skip to content

Commit c4c5a67

Browse files
Update CDS Services to 4.2.0 (#523)
1 parent e0248d9 commit c4c5a67

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.3</version>
9+
<version>3.5.4</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -23,9 +23,9 @@
2323

2424
<!-- DEPENDENCIES VERSION -->
2525
<jdk.version>21</jdk.version>
26-
<cds.services.version>4.1.1</cds.services.version>
26+
<cds.services.version>4.2.0</cds.services.version>
2727
<cloud.sdk.version>5.20.0</cloud.sdk.version>
28-
<xsuaa.version>3.6.0</xsuaa.version>
28+
<xsuaa.version>3.6.1</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.5</cf-java-logging-support.version>
3030
<cds-feature-attachments.version>1.1.0</cds-feature-attachments.version>
3131
</properties>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.codehaus.mojo</groupId>
121121
<artifactId>flatten-maven-plugin</artifactId>
122-
<version>1.7.1</version>
122+
<version>1.7.2</version>
123123
<configuration>
124124
<updatePomFile>true</updatePomFile>
125125
<flattenMode>resolveCiFriendliesOnly</flattenMode>
@@ -146,7 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-enforcer-plugin</artifactId>
149-
<version>3.6.0</version>
149+
<version>3.6.1</version>
150150
<executions>
151151
<execution>
152152
<id>Project Structure Checks</id>

0 commit comments

Comments
 (0)