Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-dependencies
Browse files Browse the repository at this point in the history
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.9 to 2.7.10.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.9...v2.7.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 27, 2023
1 parent 3108bf6 commit b2d2198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thunx-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ javaPlatform {
dependencies {
api platform(project(":thunx-bom"))

api platform("org.springframework.boot:spring-boot-dependencies:2.7.9")
api platform("org.springframework.boot:spring-boot-dependencies:2.7.10")
api platform("org.springframework.cloud:spring-cloud-dependencies:2021.0.6")
api platform("org.testcontainers:testcontainers-bom:1.17.6")

Expand Down
2 changes: 1 addition & 1 deletion thunx-integration-tests/api-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.9")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.10")
implementation platform(project(":thunx-bom"))

compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit b2d2198

Please sign in to comment.