deps(phase2): upgrade Spring Boot 2.4.5 → 2.7.18#12
Merged
Conversation
Closes CVEs in Spring Boot 2.4.5 stack: - CVE-2022-22965 Spring4Shell (9.8), CVE-2022-22950 SpEL DoS (6.5), CVE-2023-20883 MVC DoS (7.5), CVE-2022-22978 security auth bypass (9.8) - Logback 1.2.3 → 1.2.12, snakeyaml 1.27 → 1.30, spring-core 5.3.6 → 5.3.31 - Spring Security BOM-managed → 5.7.11 (removed explicit version pin) - io.spring.dependency-management plugin 1.0.11 → 1.1.6 Workarounds for legacy components (removed in upcoming phases): - spring.mvc.pathmatch.matching-strategy=ant_path_matcher: SpringFox breaks with Boot 2.6+ default path_pattern_parser (removed in Phase 4) - spring.main.allow-circular-references=true: Keycloak adapter 6.0.1 has a circular reference between securityConfig and KeycloakConfigResolver that Boot 2.6 now rejects by default (removed in Phase 5) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
CVEs closed
Temporary workarounds (removed in later phases)
spring.mvc.pathmatch.matching-strategy: ant_path_matcher— SpringFox breaks with Boot 2.6+ default path matcher; removed in Phase 4 when SpringFox is replaced with SpringDocspring.main.allow-circular-references: true— Keycloak adapter 6.0.1 has a circular dependency that Boot 2.6 now rejects; removed in Phase 5 when Keycloak adapter is replaced with Spring Security OAuth2Test plan
./gradlew test)Generated with Claude Code