Skip to content

Commit

Permalink
configure cds-dk version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mofterdinger committed Nov 8, 2023
1 parent 6564076 commit 900727d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "Apache License Version 2.0",
"repository": "https://github.com/SAP-samples/cloud-cap-samples-java.git",
"devDependencies": {
"@sap/cds-dk": "~7.3",
"@cap-js/postgres": "~1.3"
}
}
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@

<!-- DEPENDENCIES VERSION -->
<jdk.version>17</jdk.version>
<cds.services.version>2.3.0</cds.services.version>
<spring.boot.version>3.1.4</spring.boot.version>
<cds.services.version>2.3.1</cds.services.version>
<spring.boot.version>3.1.5</spring.boot.version>
<cf-java-logging-support.version>3.7.0</cf-java-logging-support.version>
<cds.install-node.nodeVersion>v18.18.2</cds.install-node.nodeVersion>

<cds.cdsdk-version>7.3.1</cds.cdsdk-version>
</properties>

<modules>
Expand Down

0 comments on commit 900727d

Please sign in to comment.