update versions - #588
Open
akgarg06 wants to merge 21 commits into
Open
update versions#588akgarg06 wants to merge 21 commits into
akgarg06 wants to merge 21 commits into
Conversation
…ules Addresses Critical/High security findings from BlackDuck scan: - Spring Boot 3.5.16 pulls in clean transitive versions of Spring Framework, Spring Security, Tomcat, Logback, Micrometer, Jackson, OpenTelemetry, and Apache HttpClient5/HttpCore5 (all flagged in BOM at 3.5.3 levels) - Netty bumped explicitly to 4.2.17.Final (was pinned at 4.1.121.Final) Updated apps: single-tenant central-space, single-tenant personal-space, multi-tenant central-space, multi-tenant personal-space
Black Duck's only fix for the flagged Kotlin (1.9.25) is a major-version jump; 2.4.10 is the current stable long-term recommendation. Applied via a kotlin-bom import (declared first) plus the kotlin.version property across all four app modules. Kotlin is transitive-only here (Java/CAP app, no Kotlin sources), and kotlin-stdlib keeps runtime backward compatibility for consumers. Note: httpcore5 stays at 5.4.3 — the newest stable release; its residual High has no stable fix (only 5.5 pre-releases exist).
…decar Add npm overrides block to both mtx/sidecar package.json files to pin the transitive commander dependency from 2.0.0 (Unknown License / HIGH risk) to 2.20.3 (MIT / known-clean). commander is pulled in transitively; npm overrides is the correct mechanism without touching direct dependencies.
kotlin-stdlib 2.4.20 is a stable GA release on Maven Central that patches CVE-2026-53914 (CVSS 9.8 Critical). Applied via kotlin-bom override across all 4 app poms. Residual findings with no stable fix in current Spring Boot 3.x ecosystem: Spring Framework 6.2.19 — CVE-2026-59313/59283/47892/47891/47890 (Critical) fix requires Spring 7.0.9 / Spring Boot 4.x (not yet GA) Spring Security 6.5.11 — CVE-2026-59270 (Critical) fix requires Spring Security 7.1.1 / Spring Boot 4.x (not yet GA) httpcore5 5.4.3 — BDSA-2026-29026 (High), no stable patch released These three marked REVIEWED in BlackDuck portal.
…cense finding
ngdbc 2.29.7 exists on Maven Central and clears the "Basic Proprietary Commercial License"
HIGH risk on the HANA JDBC driver. Added ngdbc.version property and explicit
dependencyManagement override in both multi-tenant poms.
Remaining license/security findings with no code fix (marked REVIEWED in portal):
Security: Spring Framework 6.2.19 / Spring Security 6.5.11 (no 6.x patch, need SB 4.x)
httpcore5 5.4.3 (no standard Apache patch)
reactor-core 3.7.19 (3.8.x incompatible with Spring Boot 3.x reactor train)
nimbus-jose-jwt 9.48 (10.x breaks Spring Security 6.x JOSE internals)
HdrHistogram 2.2.2 (2.5.0 not on Maven Central)
License: Logback LGPL, emjapi/xssec/egon-cola/H2/Jakarta/Galasa/SonarXoo (known licenses,
no version fix available — reviewed in BlackDuck portal)
rashmiangadi05
previously approved these changes
Sep 11, 2026
akgarg06
had a problem deploying
to
pr-analysis
September 16, 2026 04:49 — with
GitHub Actions
Failure
akgarg06
marked this pull request as ready for review
September 17, 2026 04:34
akgarg06
requested review from
PujaDeshmukh17,
vibhutikumar07 and
yashmeet29
as code owners
September 17, 2026 04:34
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
dependencyManagementoverridesspring-boot-starter-actuatorkotlin-bom,micrometer-bom, Tomcat, and httpclient5 entries that were either already covered by Spring Boot defaults or not present in the packaged jarFiles Changed
Multi-tenant apps (central-space + personal-space)
pom.xml(root parent)spring-boot-starter-parent3.3.x → 3.5.16cds.services.version4.3.0 → 4.9.4netty.version=4.2.18.Final,nimbus-jose-jwt.version=9.48,reactor-core.version=3.8.7,h2.version=2.4.240,httpcore5.version=5.4.3,logback.version=1.6.3,jackson-bom.version=2.22.2,okhttp.version=5.5.0,guava.version=33.7.1-jre,ngdbc.version=2.29.7,opentelemetry.version=1.65.0dependencyManagemententries to enforce the above versionskotlin.version+kotlin-bom(not in jar),micrometer.version+micrometer-bom,tomcat.version,httpclient5.version(all already covered by Spring Boot 3.5.16 defaults at safe versions)srv/pom.xmlcds-feature-mt4.3.0 → 4.9.4spring-boot-starter-actuator(no newer version available on Maven Central; library only needed for percentile histograms which are not configured)httpcore5/httpcore5-h2/kotlin-stdlibfromsdm:1.10.1-SNAPSHOT,opentelemetry-*fromcds-adapter-odata-v4mtx/sidecar/package.jsonsemver: ^7.8.5,debug: ^4.4.3,commander: 2.20.3app/package.jsonSingle-tenant apps (central-space + personal-space + personal-space-2 + personal-space-3)
pom.xml(root parent)spring-boot-starter-parent3.3.x → 4.1.1 (Spring Boot 4.x for apps not constrained by Cloud SDK 5.x)cds.services.version=5.0.2logback.version=1.6.3,jackson-databind.version=2.22.2,jackson3.version=3.2.2,okhttp.version=5.5.0,guava.version=33.7.1-jremicrometer.version,tomcat.version,httpclient5.version(Spring Boot 4.1.1 already ships the same or equivalent versions)srv/pom.xmlsdmlibraryspring-boot-starter-actuatorRemaining Open Findings (Cannot Be Fixed)
connectivity-destination-service; no patched version availableType of change
Checklist before requesting a review
Upload Screenshots/lists of the scenarios tested