chore(deps): upgrade Scalar from 0.5.55 to 0.6.71 (#3359) - #3371
Open
Naresh7175 wants to merge 1 commit into
Open
Naresh7175 wants to merge 1 commit into
Naresh7175 wants to merge 1 commit into
Conversation
Naresh7175
force-pushed
the
bump-scalar-version
branch
from
September 22, 2026 07:09
29c92a4 to
5595986
Compare
Author
|
Hi @bnasslahsen, Could you please review the PR and merge it. This PR will Fixes - #3359 |
This branch has not been deployed
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.
What
Bumps the
scalar.versionproperty in the rootpom.xmlfrom0.5.55to
0.6.71. This single property drives all four Scalar Maven artifacts(
scalar,scalar-core,scalar-webmvc,scalar-webflux) viadependencyManagement.Why
The pinned Scalar version had drifted significantly behind upstream
releases, while
swagger-uihas been kept current on every springdocrelease. Fixes #3359.
Verification
Manually verified locally with a Spring Boot test app, comparing
springdoc-openapi 3.1.1 (Scalar 0.5.55) against this patch (Scalar
0.6.71) side by side on separate ports:
mvn dependency:treeconfirms the version resolves correctlyspringdoc-openapi-starter-webmvc-scalarandspringdoc-openapi-starter-webflux-scalar(e.g.
address AddressDTO { city, zip }) instead of requiring aclick to expand
"ACTIVE" or "INACTIVE" or "PENDING" · enum)instead of an expanded list
versions (
#model/name→#models/Name), which may affect anybookmarked/shared links to specific model anchors
please find the attached screenshots.

