Skip to content

Commit

Permalink
Bump org.springframework:spring-core from 6.0.6 to 6.0.7 (#6830)
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) from 6.0.6 to 6.0.7.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.6...v6.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2023
1 parent 28b09b9 commit cc969bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -230,7 +230,7 @@ dependencies {

implementation group: 'org.springframework', name: 'spring-web', version:'6.0.7'
implementation group: 'org.springframework', name: 'spring-beans', version:'6.0.7'
implementation group: 'org.springframework', name: 'spring-core', version:'6.0.6'
implementation group: 'org.springframework', name: 'spring-core', version:'6.0.7'
implementation group: 'org.apache.commons', name: 'commons-lang3', version:'3.12.0'
implementation('org.apache.xmlgraphics:fop:2.8')
{
Expand Down

0 comments on commit cc969bb

Please sign in to comment.