Skip to content

Commit

Permalink
Update dependency org.springframework.boot:spring-boot-dependencies t…
Browse files Browse the repository at this point in the history
…o v3.1.5
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 83a89d9 commit 4f5ae88
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:3.1.4")
api platform("org.springframework.boot:spring-boot-dependencies:3.1.5")
api platform("org.springframework.cloud:spring-cloud-dependencies:2022.0.4")
api platform("org.testcontainers:testcontainers-bom:1.19.1")

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:3.1.4")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.1.5")
implementation platform(project(":thunx-bom"))

testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa'
Expand Down

0 comments on commit 4f5ae88

Please sign in to comment.