Skip to content

Commit

Permalink
Bump org.springframework:spring-web from 5.2.7.RELEASE to 6.1.10
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.2.7.RELEASE to 6.1.10.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.7.RELEASE...v6.1.10)

---
updated-dependencies:
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 4585f0a commit b3b18ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.2'
testCompile "com.github.tomakehurst:wiremock-jre8:2.25.1"
testCompile "org.springframework:spring-test:5.2.7.RELEASE"
testCompile "org.springframework:spring-web:5.2.7.RELEASE"
testCompile "org.springframework:spring-web:6.1.10"
testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1'
testCompile group: 'com.ibm.icu', name: 'icu4j', version: '60.3'
}
Expand Down

0 comments on commit b3b18ea

Please sign in to comment.