Skip to content

Commit 823bed6

Browse files
build(deps): bump org.springframework:spring-web from 6.2.8 to 6.2.10 (#241)
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.8 to 6.2.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.8...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b722647 commit 823bed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ subprojects {
6969

7070
// Security constraints
7171
constraints {
72-
implementation("org.springframework:spring-web:6.2.8") {
72+
implementation("org.springframework:spring-web:6.2.10") {
7373
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
7474
}
7575
implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") {

0 commit comments

Comments
 (0)