Skip to content

Commit

Permalink
Bump org.springframework:spring-context from 6.1.12 to 6.2.0
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.1.12 to 6.2.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.12...v6.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 299b450 commit d6634b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springdog-project/springdog-manager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
compileOnly "org.springframework:spring-context:6.1.12"
compileOnly "org.springframework:spring-context:6.2.0"
implementation "com.github.ben-manes.caffeine:caffeine:${caffeineVersion}"
implementation project(":springdog-project:springdog-notification")
implementation project(":springdog-project:springdog-domain")
Expand Down

0 comments on commit d6634b9

Please sign in to comment.