Skip to content

Commit

Permalink
Bump org.springframework:spring-context from 5.2.8.RELEASE to 6.1.11
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.2.8.RELEASE to 6.1.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.8.RELEASE...v6.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 11, 2024
1 parent 50a4532 commit e1388bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulyp-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.4.1'

implementation group: 'org.springframework', name: 'spring-beans', version: '5.2.8.RELEASE'
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.8.RELEASE'
implementation group: 'org.springframework', name: 'spring-context', version: '6.1.11'
implementation group: 'org.springframework', name: 'spring-core', version: '5.2.8.RELEASE'

implementation group: 'org.rocksdb', name: 'rocksdbjni', version: '9.1.1'
Expand Down

0 comments on commit e1388bf

Please sign in to comment.