diff --git a/build.gradle b/build.gradle index e23161185bd..5a2c91ac042 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.1.12' + id 'com.github.spotbugs' version '6.1.13' id 'com.google.protobuf' version '0.9.5' apply false id 'io.freefair.aggregate-javadoc' version '8.13.1' } @@ -74,7 +74,7 @@ ext { groovyVersion = '4.0.27' hamcrestVersion = '3.0' hazelcastVersion = '5.5.0' - hibernateVersion = '6.6.15.Final' + hibernateVersion = '6.6.17.Final' hsqldbVersion = '2.7.4' h2Version = '2.3.232' jacksonVersion = '2.19.0' @@ -99,7 +99,7 @@ ext { mysqlVersion = '9.3.0' oracleVersion = '23.8.0.25.04' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.5' + postgresVersion = '42.7.6' protobufVersion = '4.31.1' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2024.0.6' @@ -116,7 +116,7 @@ ext { springSecurityVersion = '6.5.0' springVersion = '6.2.7' springWsVersion = '4.1.0' - testcontainersVersion = '1.21.0' + testcontainersVersion = '1.21.1' tomcatVersion = '11.0.7' xmlUnitVersion = '2.10.2' xstreamVersion = '1.4.21' diff --git a/settings.gradle b/settings.gradle index 451d8d39922..69be99a2f47 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id 'io.spring.develocity.conventions' version '0.0.22' + id 'io.spring.develocity.conventions' version '0.0.23' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0' }