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.4.1
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent be5dce9 commit 15dc21e
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.3.4")
api platform("org.springframework.boot:spring-boot-dependencies:3.4.1")
api platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.4")

constraints {
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.3.4")
implementation platform("org.springframework.boot:spring-boot-dependencies:3.4.1")
implementation platform(project(":thunx-bom"))

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

0 comments on commit 15dc21e

Please sign in to comment.