@@ -121,7 +121,7 @@ commonmarkVersion=0.24.0
121121
122122# the beanutils version is not the default version brought from commons-validator and/or commons-digester
123123# in the :server:api module but is required for some of our code to compile
124- commonsBeanutilsVersion =1.9.4
124+ commonsBeanutilsVersion =1.10.0
125125commonsCodecVersion =1.17.1
126126commonsCollections4Version =4.4
127127commonsCollectionsVersion =3.2.2
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.0
139139commonsValidatorVersion =1.9.0
140140commonsVfs2Version =2.7.0
141141
142- datadogVersion =1.44 .1
142+ datadogVersion =1.45 .1
143143
144144dom4jVersion =2.1.4
145145
@@ -160,17 +160,15 @@ googleHttpClientVersion=1.45.3
160160googleOauthClientVersion =1.37.0
161161googleProtocolBufVersion =3.25.5
162162
163- graalVersion =24.1.1
164-
165163# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
166164# We resolve to the later version here to keep things consistent
167165# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
168166# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
169167gsonVersion =2.8.9
170168
171- grpcVersion =1.69.0
169+ grpcVersion =1.69.1
172170
173- guavaVersion =33.3.1 -jre
171+ guavaVersion =33.4.0 -jre
174172
175173# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
176174gwtVersion =2.11.0
@@ -185,7 +183,7 @@ hamcrestVersion=2.2
185183htsjdkVersion =4.0.0
186184
187185httpclient5Version =5.4.1
188- httpcore5Version =5.3.1
186+ httpcore5Version =5.3.2
189187
190188# Not used directly, but these are widely used transitive dependencies
191189httpclientVersion =4.5.14
@@ -228,7 +226,7 @@ jodaTimeVersion=2.13.0
228226# brought in transitively from guava and other google packages. Need to resolve consistently
229227jsr305Version =3.0.2
230228
231- orgJsonVersion =20240303
229+ orgJsonVersion =20250107
232230
233231jsoupVersion =1.18.3
234232
@@ -246,8 +244,8 @@ luceneVersion=9.12.1
246244
247245mssqlJdbcVersion =12.8.1.jre11
248246
249- # forced compatibility between docker and UserReg-WS
250- nettyVersion =4.1.116 .Final
247+ # docker dependency: forced to mitigate CVEs in 4.1.46
248+ nettyVersion =4.1.117 .Final
251249
252250objenesisVersion =1.0
253251
@@ -264,7 +262,7 @@ poiVersion=5.3.0
264262
265263pollingWatchVersion =0.2.0
266264
267- postgresqlDriverVersion =42.7.4
265+ postgresqlDriverVersion =42.7.5
268266
269267quartzVersion =2.5.0
270268
@@ -291,7 +289,7 @@ springBootVersion=3.4.1
291289# This usually matches the Spring Framework version dictated by springBootVersion
292290springVersion =6.2.1
293291
294- sqliteJdbcVersion =3.47.1 .0
292+ sqliteJdbcVersion =3.48.0 .0
295293
296294# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
297295stax2ApiVersion =4.2.2
0 commit comments