Skip to content

Commit

Permalink
chore(deps): bump org.springframework:spring-context
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.0.10 to 6.0.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent ff72372 commit 251f71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/spring/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
dependencies {
implementation (
'org.springframework:spring-webmvc:6.0.10',
'org.springframework:spring-context:6.0.10',
'org.springframework:spring-context:6.0.11',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
'org.apache.logging.log4j:log4j-core:2.20.0',
'org.apache.logging.log4j:log4j-api:2.20.0',
Expand Down

0 comments on commit 251f71b

Please sign in to comment.