File tree Expand file tree Collapse file tree
thunx-integration-tests/api-integration-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ javaPlatform {
99dependencies {
1010 api platform(project(" :thunx-bom" ))
1111
12- api platform(" org.springframework.boot:spring-boot-dependencies:3.5.9 " )
13- api platform(" org.springframework.cloud:spring-cloud-dependencies:2025.0 .0" )
12+ api platform(" org.springframework.boot:spring-boot-dependencies:4.0.1 " )
13+ api platform(" org.springframework.cloud:spring-cloud-dependencies:2025.1 .0" )
1414
1515 constraints {
1616 api ' net.javacrumbs.json-unit:json-unit-assertj:5.1.0'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
33}
44
55dependencies {
6- implementation platform(" org.springframework.boot:spring-boot-dependencies:3.5.9 " )
6+ implementation platform(" org.springframework.boot:spring-boot-dependencies:4.0.1 " )
77 implementation platform(project(" :thunx-bom" ))
88
99 testImplementation ' org.springframework.boot:spring-boot-starter-data-jpa'
You can’t perform that action at this time.
0 commit comments