USPR-13808: bump Spring Boot to 4.0.7 to resolve spring-webflux to 7.0.8 (GHSA-83f7-v6px-pp3h) - #394
Open
midnight-clue[bot] wants to merge 1 commit into
Open
USPR-13808: bump Spring Boot to 4.0.7 to resolve spring-webflux to 7.0.8 (GHSA-83f7-v6px-pp3h)#394midnight-clue[bot] wants to merge 1 commit into
midnight-clue[bot] wants to merge 1 commit into
Conversation
….8 (GHSA-83f7-v6px-pp3h) Dependabot alert #116: org.springframework:spring-webflux versions 7.0.0-7.0.7 are vulnerable to a Denial of Service via Multipart Requests (GHSA-83f7-v6px-pp3h). This is fixed by upgrading the Spring Boot BOM to 4.0.7, which upgrades managed Spring Framework to 7.0.8 and resolves the vulnerable spring-webflux transitive dependency to version 7.0.8. Co-Authored-By: Catarina Correia <catarina.correia@getyourguide.com>
clue-gyg
approved these changes
Jul 31, 2026
clue-gyg
left a comment
There was a problem hiding this comment.
✅ Auto-approved as trivial change
Trivial 1-line version bump in gradle/libs.versions.toml (spring-boot 4.0.6 → 4.0.7) to pull in a patched spring-webflux fixing a known CVE; no new dependencies added/removed, no code behavior changes, well under the 50-line limit.
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.
Fixes Dependabot alert #116 for
org.springframework:spring-webflux(Denial of Service via Multipart Requests, GHSA-83f7-v6px-pp3h, affecting 7.0.0-7.0.7). Bumpsspring-bootingradle/libs.versions.tomlfrom 4.0.6 to 4.0.7, which upgrades the managed Spring Framework/spring-webflux transitive dependency to the patched 7.0.8.Verification
./gradlew :spring-boot-starter:spring-boot-starter-webflux:dependencies --configuration testRuntimeClasspathconfirmsorg.springframework:spring-webflux:7.0.8resolves, and the webflux module's test suite passed (BUILD SUCCESSFUL in 38s).🔍 Braintrust trace