Skip to content

Commit df31f38

Browse files
Gradle: Bump org.springframework:spring-web from 6.2.1 to 6.2.5
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.1 to 6.2.5. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.1...v6.2.5) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cf6df6 commit df31f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ tasks.test { useJUnitPlatform() }
156156

157157
// Required versions
158158
val jacksonVersion = "2.18.3"
159-
val springWebVersion = "6.2.1"
159+
val springWebVersion = "6.2.5"
160160
val springBootVersion = "3.4.4"
161161

162162
// Implementation

0 commit comments

Comments
 (0)