Skip to content

Commit

Permalink
Bump org.springframework:spring-context from 6.1.11 to 6.2.3
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.11 to 6.2.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.11...v6.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent dbd347d commit 3d971b5
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 @@ -20,7 +20,7 @@ dependencies {
ext.autoValueVersion = '2.0.0'
ext.autoServiceVersion = '2.0.0'

implementation group: 'org.springframework', name: 'spring-context', version: '6.1.11'
implementation group: 'org.springframework', name: 'spring-context', version: '6.2.3'
implementation group: 'org.springframework', name: 'spring-webflux', version: '6.1.10'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.2'

Expand Down

0 comments on commit 3d971b5

Please sign in to comment.