diff --git a/bom/build.gradle b/bom/build.gradle index 5f276e11747..9cc77e18541 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -43,7 +43,7 @@ ext { gremlinVersion = '3.5.6' // TODO: Version 4 under new package name. 3.0.13 is held to be compat with gradle tests (fvt) groovyVersion = '3.0.15' - guavaVersion = '33.0.0-jre' + guavaVersion = '33.2.1-jre' hamcrestVersion = '2.2' hdrhistogramVersion = '2.1.12' hibernatevalidatorVersion = '8.0.1.Final' @@ -51,7 +51,7 @@ ext { httpclientVersion = '4.5.14' httpcoreVersion = '4.4.16' jacksonVersion = '2.15.0' - jacksonDatabindVersion = '2.16.1' + jacksonDatabindVersion = '2.17.1' jacksonaslVersion = '1.9.14-atlassian-6' jakartaannotationVersion = '2.1.1' jakartapersistenceVersion = '3.1.0' @@ -81,7 +81,7 @@ ext { mockitoVersion = '4.11.0' plexusVersion = '4.0.0' postgresVersion = '42.7.2' - nettyVersion = '4.1.107.Final' + nettyVersion = '4.1.111.Final' prometheusVersion = '1.12.4' quartzVersion = '2.3.2' reflectionsVersion = '0.10.2' @@ -112,7 +112,7 @@ ext { protobufVersion = '3.25.3' osgiVersion = '8.0.0' log4jVersion = '2.23.1' - jacksonjdk8Version = '2.16.1' + jacksonjdk8Version = '2.17.1' reactivestreamsVersion = '1.0.4' springdocStarterVersion = '2.2.0' jacocoVersion = '0.8.8'