diff --git a/build.gradle b/build.gradle index ff22cd3b07..cdc46099e5 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.19' + id 'com.github.spotbugs' version '6.0.20' id 'com.google.protobuf' version '0.9.4' apply false id 'io.freefair.aggregate-javadoc' version '8.6' } @@ -60,7 +60,7 @@ ext { assertjVersion = '3.25.3' assertkVersion = '0.28.1' avroVersion = '1.11.3' - awaitilityVersion = '4.2.1' + awaitilityVersion = '4.2.2' camelVersion = '4.5.0' commonsDbcp2Version = '2.12.0' commonsIoVersion = '2.16.1' @@ -74,7 +74,7 @@ ext { groovyVersion = '4.0.22' hamcrestVersion = '2.2' hazelcastVersion = '5.4.0' - hibernateVersion = '6.4.9.Final' + hibernateVersion = '6.4.10.Final' hsqldbVersion = '2.7.3' h2Version = '2.2.224' jacksonVersion = '2.17.2' @@ -118,7 +118,7 @@ ext { springVersion = '6.1.11' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' - tomcatVersion = '10.1.26' + tomcatVersion = '10.1.28' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20' ztZipVersion = '1.17'