Upgrade @sap/cds-dk and cds.services.version Across All Sample Apps - #596
Merged
Conversation
Upgrades @sap/approuter from 16.8.2 to 23.0.0 across all four app spaces (multi-tenant central/personal, single-tenant central/personal) to address security vulnerabilities.
…jackson-core - Bumps jackson-databind from 2.18.9 to 2.22.2 - Bumps jackson-core from 2.18.6 to 2.22.2 - Adds jackson-annotations 2.22 as an explicit dependency - Bumps httpclient5 from 5.4.4 to 5.6.4
…sap/cds-mtxs @sap/cds-mtxs@3.9.7 and @sap/cds-dk@9.9.5 are now available on public npm, so the CI workaround that injected SAP Artifactory tarball URLs via secrets (SAP_CDS_MTXS_TARBALL, SAP_CDS_DK_TARBALL, NPM_AUTH_TOKEN) is no longer needed. - Removes the "Setup npm registry and pin SAP tarballs" step from all five workflows - Replaces complex tarball-inject+install in blackduck.yml with plain npm install --legacy-peer-deps - Updates cds.install-cdsdk.version to ^9 in all four pom.xml files
akgarg06
requested review from
PujaDeshmukh17,
vibhutikumar07 and
yashmeet29
as code owners
September 11, 2026 12:09
akgarg06
had a problem deploying
to
pr-analysis
September 11, 2026 12:09 — with
GitHub Actions
Failure
akgarg06
had a problem deploying
to
pr-analysis
September 11, 2026 12:10 — with
GitHub Actions
Failure
@sap/cds-dk and cds.services.version Across All Sample Apps
…a/sdm into RBSDMS-multi-prs-feature
rashmiangadi05
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
@sap/cds-dkwas pinned to stale exact versions (8.0.2,9.3.1,9.8.0) across different apps, causing version drift between single-tenant and multi-tenant apps.cds-dk@8andcds.services.version 4.1.1, while multi-tenant was already oncds-dk@9andcds.services.version 4.3.0.^9) and services runtime (4.3.0) removes that drift and ensures consistent behaviour across all integration tests.What Changed
cds.services.version— updated to4.3.0for single-tenant appsSingle-tenant apps were on
4.1.1while multi-tenant was already on4.3.0. The mismatch caused integration test failures (403001authorization errors, draft operation failures) after upgradingcds-dkfrom8to^9. Aligning to4.3.0fixes this.single-tenant/central-space/demoapp/pom.xml4.1.14.3.0single-tenant/personal-space/demoapp/pom.xml4.1.14.3.0single-tenant/personal-space-2/demoapp/pom.xml4.1.14.3.0single-tenant/personal-space-3/demoapp/pom.xml4.1.14.3.0Multi-tenant
cds.services.versionwas already4.3.0— unchanged.Version Alignment After This PR
cds.services.versioncds.install-cdsdk.version4.3.0^94.3.0^9Type of change
Please delete options that are not relevant.
Checklist before requesting a review
Multi Tenant : https://github.com/cap-java/sdm/actions/runs/34585487862
Single Tenant : https://github.com/cap-java/sdm/actions/runs/34595452598