Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Bump org.springframework:spring-framework-bom from 6.1.0 to 6.1.1
Browse files Browse the repository at this point in the history
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 707dd31 commit d1a1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.4.11")
implementation("org.apache.commons:commons-lang3:3.13.0")
implementation("commons-io:commons-io:2.15.0")
implementation(platform("org.springframework:spring-framework-bom:6.1.0"))
implementation(platform("org.springframework:spring-framework-bom:6.1.1"))
implementation("org.springframework:spring-context")
implementation("javax.annotation:javax.annotation-api:1.3.2")

Expand Down

0 comments on commit d1a1415

Please sign in to comment.