Skip to content

Commit

Permalink
Merge pull request #84 from xenit-eu/dependabot/gradle/org.springfram…
Browse files Browse the repository at this point in the history
…ework.boot-spring-boot-dependencies-2.7.10

Bump org.springframework.boot:spring-boot-dependencies from 2.7.9 to 2.7.10
  • Loading branch information
tgeens authored Mar 27, 2023
2 parents f16240f + 2e4df82 commit 1b29041
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 1b29041

Please sign in to comment.