Skip to content

Commit

Permalink
Bump spring-beans from 5.2.4.RELEASE to 5.3.10
Browse files Browse the repository at this point in the history
Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.2.4.RELEASE to 5.3.10.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.4.RELEASE...v5.3.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and grimreaper committed Sep 19, 2021
1 parent 389fe5a commit 3201526
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 @@ -170,7 +170,7 @@ dependencies {
compile group: 'commons-io', name: 'commons-io', version:'2.6'
compile group: 'org.springframework', name: 'spring-web', version:'5.3.9'
compile group: 'org.springframework', name: 'spring-core', version:'5.2.3.RELEASE'
compile group: 'org.springframework', name: 'spring-beans', version:'5.2.4.RELEASE'
compile group: 'org.springframework', name: 'spring-beans', version:'5.3.10'
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.9'
compile group: 'org.apache.xmlgraphics', name: 'fop', version:'2.3'
compile group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
Expand Down

0 comments on commit 3201526

Please sign in to comment.