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.3.5
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 811a34e commit 79238ff
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.3.5")
api platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.3")

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.3.5")
implementation platform(project(":thunx-bom"))

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

0 comments on commit 79238ff

Please sign in to comment.