diff --git a/thunx-dependencies/build.gradle b/thunx-dependencies/build.gradle index f1dac8a..9998479 100644 --- a/thunx-dependencies/build.gradle +++ b/thunx-dependencies/build.gradle @@ -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 { diff --git a/thunx-integration-tests/api-integration-tests/build.gradle b/thunx-integration-tests/api-integration-tests/build.gradle index bfff00c..c9cba06 100644 --- a/thunx-integration-tests/api-integration-tests/build.gradle +++ b/thunx-integration-tests/api-integration-tests/build.gradle @@ -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'