Skip to content

Commit 63063c0

Browse files
Update spring
1 parent 176a077 commit 63063c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

thunx-dependencies/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ javaPlatform {
99
dependencies {
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'

thunx-integration-tests/api-integration-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
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'

0 commit comments

Comments
 (0)