Bump spring-boot from 4.0.5 to 4.0.6 (CVE-2026-40976)#357
Merged
Conversation
Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/c9ccfb00-2084-4c14-87c3-e25e002397a4 Co-authored-by: catarina-correia <93409185+catarina-correia@users.noreply.github.com>
…-93wr) Agent-Logs-Url: https://github.com/getyourguide/openapi-validation-java/sessions/c9ccfb00-2084-4c14-87c3-e25e002397a4 Co-authored-by: catarina-correia <93409185+catarina-correia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix critical Spring Boot security vulnerability
Bump spring-boot from 4.0.5 to 4.0.6 (CVE-2026-40976)
May 21, 2026
catarina-correia
approved these changes
May 22, 2026
There was a problem hiding this comment.
Pull request overview
Updates the Gradle version catalog to use Spring Boot 4.0.6 in response to CVE-2026-40976 / GHSA-8v8j-3hxp-93wr (primarily to clear vulnerability scanner findings).
Changes:
- Bump Spring Boot from 4.0.5 to 4.0.6 in the version catalog.
- Update/rewrites
gradlew.bat(appears unrelated to the Spring Boot bump and may be an accidental formatting/EOL-only change).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| gradlew.bat | Included in the PR as a full-file change; likely an unintended rewrite/normalization that adds noise. |
| gradle/libs.versions.toml | Bumps spring-boot version to 4.0.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+1
to
+5
| @rem | ||
| @rem Copyright 2015 the original author or authors. | ||
| @rem | ||
| @rem Licensed under the Apache License, Version 2.0 (the "License"); | ||
| @rem you may not use this file except in compliance with the License. |
Co-authored-by: catarina-correia <93409185+catarina-correia@users.noreply.github.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.
Spring Boot 4.0.0–4.0.5 contains a critical vulnerability where the default security filter chain provides no authorization, exposing all endpoints to unauthenticated access under specific conditions.
Change
spring-bootfrom4.0.5→4.0.6ingradle/libs.versions.tomlReachability
Not reachable — high confidence. The vulnerability requires actuator-autoconfigure present, no custom Spring Security config, and no spring-boot-health. This repo has none of these — it's a validation library with no actuator dependency, no
SecurityFilterChain, and no deployable web application surface. Update is to clear the scanner alert.Original prompt