Skip to content

Commit 2424832

Browse files
build(deps): bump org.springframework:spring-web from 6.2.8 to 6.2.9
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.8 to 6.2.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.8...v6.2.9) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9b5265 commit 2424832

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.9") {
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)