Skip to content

Commit

Permalink
Bump org.springframework:spring-web from 6.2.0 to 6.2.1 (#7234)
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5f23e3a commit a6c5710
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
@@ -221,7 +221,7 @@ dependencies {

implementation group: 'commons-io', name: 'commons-io', version:'2.18.0'

implementation group: 'org.springframework', name: 'spring-web', version:'6.2.0'
implementation group: 'org.springframework', name: 'spring-web', version:'6.2.1'
implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.0'
implementation group: 'org.springframework', name: 'spring-core', version:'6.2.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.17.0'

0 comments on commit a6c5710

Please sign in to comment.