diff --git a/build.gradle b/build.gradle index 7f1efb2c78..9bcde983d2 100644 --- a/build.gradle +++ b/build.gradle @@ -118,7 +118,7 @@ ext { springVersion = '6.1.12' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' - tomcatVersion = '10.1.28' + tomcatVersion = '10.1.29' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20' ztZipVersion = '1.17' diff --git a/settings.gradle b/settings.gradle index c6b967a146..a16e8acfde 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id 'com.gradle.develocity' version '3.17.6' - id 'io.spring.develocity.conventions' version '0.0.20' + id 'io.spring.develocity.conventions' version '0.0.21' } rootProject.name = 'spring-integration'