@@ -92,7 +92,7 @@ angusMailVersion=2.0.3
9292annotationsVersion =15.0
9393
9494antVersion =1.10.13
95-
95+
9696# Unifying version used by DISCVR and Premium
9797apacheDirectoryVersion =2.1.7
9898# Transitive dependency of Apache directory: 2.0.18 contains some regressions
@@ -104,7 +104,7 @@ apacheTomcatVersion=10.1.39
104104# (mothership) -> json-path -> json-smart -> accessor-smart
105105# (core) -> graalvm
106106# tika
107- asmVersion =9.7.1
107+ asmVersion =9.8
108108
109109# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
110110batikVersion =1.18
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.0
139139commonsValidatorVersion =1.9.0
140140commonsVfs2Version =2.7.0
141141
142- datadogVersion =1.46.1
142+ datadogVersion =1.47.3
143143
144144dom4jVersion =2.1.4
145145
@@ -155,9 +155,9 @@ fopVersion=2.10
155155
156156# Force latest for consistency
157157googleAutoValueAnnotationsVersion =1.10.4
158- googleErrorProneAnnotationsVersion =2.36 .0
159- googleHttpClientVersion =1.46.1
160- googleOauthClientVersion =1.37 .0
158+ googleErrorProneAnnotationsVersion =2.37 .0
159+ googleHttpClientVersion =1.46.3
160+ googleOauthClientVersion =1.39 .0
161161googleProtocolBufVersion =3.25.5
162162
163163# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
@@ -166,7 +166,7 @@ googleProtocolBufVersion=3.25.5
166166# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
167167gsonVersion =2.8.9
168168
169- grpcVersion =1.70 .0
169+ grpcVersion =1.71 .0
170170
171171guavaVersion =33.4.0-jre
172172
@@ -182,8 +182,8 @@ hamcrestVersion=2.2
182182# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
183183htsjdkVersion =4.0.0
184184
185- httpclient5Version =5.4.2
186- httpcore5Version =5.3.3
185+ httpclient5Version =5.4.3
186+ httpcore5Version =5.3.4
187187
188188# Not used directly, but these are widely used transitive dependencies
189189httpclientVersion =4.5.14
@@ -223,14 +223,14 @@ jfreechartVersion=1.0.19
223223
224224jmockVersion =2.6.0
225225
226- jodaTimeVersion =2.13.1
226+ jodaTimeVersion =2.14.0
227227
228228# brought in transitively from guava and other google packages. Need to resolve consistently
229229jsr305Version =3.0.2
230230
231231orgJsonVersion =20250107
232232
233- jsoupVersion =1.18.3
233+ jsoupVersion =1.19.1
234234
235235junitVersion =4.13.2
236236
@@ -244,7 +244,7 @@ lombokVersion=1.18.36
244244
245245luceneVersion =9.12.1
246246
247- mssqlJdbcVersion =12.8.1 .jre11
247+ mssqlJdbcVersion =12.10.0 .jre11
248248
249249mysqlDriverVersion =9.2.0
250250
@@ -289,11 +289,11 @@ slf4jLog4jApiVersion=2.0.16
289289snappyJavaVersion =1.1.10.7
290290
291291# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
292- springBootVersion =3.4.3
292+ springBootVersion =3.4.4
293293# This usually matches the Spring Framework version dictated by springBootVersion
294- springVersion =6.2.3
294+ springVersion =6.2.5
295295
296- sqliteJdbcVersion =3.49.0 .0
296+ sqliteJdbcVersion =3.49.1 .0
297297
298298# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
299299stax2ApiVersion =4.2.2
0 commit comments