[PM-42223] deps: Bump spring-boot-starter-parent to 3.5.16 in passwordless-java example - #142
Open
sognefej wants to merge 2 commits into
Open
[PM-42223] deps: Bump spring-boot-starter-parent to 3.5.16 in passwordless-java example#142sognefej wants to merge 2 commits into
sognefej wants to merge 2 commits into
Conversation
…s-java example Resolves CVE-2022-1471 (snakeyaml unsafe deserialization) by bringing snakeyaml to 2.4. This same bump also clears the transitive Apache Tomcat (10.1.55) and Thymeleaf (3.1.5.RELEASE) advisories tracked on the same pom.xml, both fixed under this one parent version change. springdoc-openapi-starter-webmvc-ui is bumped to 2.8.17 alongside it, since 2.2.0 predates Spring Boot's move to PathPatternParser as the default in 3.2+ and would break OpenAPI/Swagger UI on the new parent.
…tive jackson-databind
sognefej
marked this pull request as ready for review
September 8, 2026 20:33
abergs
approved these changes
Sep 9, 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.
Ticket
Description
Bumps
spring-boot-starter-parent3.1.3 → 3.5.16 in theexamples/spring-boot-3-jdk-17sample app to fix CVE-2022-1471 (snakeyaml). Same bump also clears transitive Tomcat and Thymeleaf advisories on the same pom.springdoc-openapi-starter-webmvc-uiis bumped 2.2.0 → 2.8.17 alongside it, since 2.2.0 predates Spring Boot'sPathPatternParser-by-default change in 3.2+ and would break Swagger UI otherwise.Shape
Dependency-only change, no source touched. This is the unpublished sample app, not the published SDK.
Checklist
I did the following to ensure that my changes were tested thoroughly:
./mvnw compile/testpass;dependency:treeconfirmssnakeyaml 2.4,tomcat-embed 10.1.55,thymeleaf 3.1.5.RELEASE/,/swagger-ui/index.html,/v3/api-docsall return 200 with correct contentI did the following to ensure that my changes do not introduce security vulnerabilities:
bitwarden-code-reviewer) — Approved