Skip to content

Commit

Permalink
Update Cloud SDK to 5.4.0 (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Ofterdinger <[email protected]>
  • Loading branch information
StefanHenke and mofterdinger authored Feb 21, 2024
1 parent b14e4f9 commit 3a02f03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<!-- DEPENDENCIES VERSION -->
<jdk.version>17</jdk.version>
<cds.services.version>2.6.1</cds.services.version>
<cloud.sdk.version>4.29.0</cloud.sdk.version>
<cloud.sdk.version>5.4.0</cloud.sdk.version>
<xsuaa.version>3.3.4</xsuaa.version>
<cf-java-logging-support.version>3.8.1</cf-java-logging-support.version>
<cds.install-cdsdk.version>7.6.0</cds.install-cdsdk.version>
<cds.install-cdsdk.version>7.6.1</cds.install-cdsdk.version>
</properties>

<modules>
Expand Down
9 changes: 7 additions & 2 deletions srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@
</dependency>

<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>scp-cf</artifactId>
<groupId>com.sap.cloud.sdk</groupId>
<artifactId>sdk-core</artifactId>
</dependency>

<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>connectivity-apache-httpclient4</artifactId>
</dependency>

<!-- OTHER DEPENDENCIES -->
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit 3a02f03

Please sign in to comment.