@@ -99,15 +99,15 @@ apacheDirectoryVersion=2.1.7
9999apacheMinaVersion =2.2.4
100100
101101# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102- apacheTomcatVersion =10.1.40
102+ apacheTomcatVersion =10.1.41
103103
104104# (mothership) -> json-path -> json-smart -> accessor-smart
105105# (core) -> graalvm
106106# tika
107107asmVersion =9.8
108108
109109# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
110- batikVersion =1.18
110+ batikVersion =1.19
111111
112112# sync with Tika version (or later)
113113bouncycastlePgpVersion =1.79
@@ -123,7 +123,7 @@ commonmarkVersion=0.24.0
123123# in the :server:api module but is required for some of our code to compile
124124commonsBeanutilsVersion =1.10.1
125125commonsCodecVersion =1.18.0
126- commonsCollections4Version =4.4
126+ commonsCollections4Version =4.5.0
127127commonsCollectionsVersion =3.2.2
128128commonsCompressVersion =1.27.1
129129commonsDbcpVersion =1.4
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.1
139139commonsValidatorVersion =1.9.0
140140commonsVfs2Version =2.10.0
141141
142- datadogVersion =1.48.1
142+ datadogVersion =1.49.0
143143
144144dom4jVersion =2.1.4
145145
@@ -151,14 +151,14 @@ eigenbaseXomVersion=1.3.7
151151flyingsaucerVersion =R8
152152
153153# Apache FOP -- linked to Apache Batik version above
154- fopVersion =2.10
154+ fopVersion =2.11
155155
156156# Force latest for consistency
157157googleAutoValueAnnotationsVersion =1.10.4
158158googleErrorProneAnnotationsVersion =2.38.0
159- googleHttpClientVersion =1.46.3
159+ googleHttpClientVersion =1.47.0
160160googleOauthClientVersion =1.39.0
161- googleProtocolBufVersion =3.25.6
161+ googleProtocolBufVersion =3.25.7
162162
163163# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
164164# We resolve to the later version here to keep things consistent
@@ -182,7 +182,7 @@ 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.3
185+ httpclient5Version =5.5
186186httpcore5Version =5.3.4
187187
188188# Not used directly, but these are widely used transitive dependencies
@@ -192,10 +192,10 @@ httpcoreVersion=4.4.16
192192intellijKotlinVersion =1.9.10
193193
194194# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
195- jacksonVersion =2.18.3
196- jacksonAnnotationsVersion =2.18.3
197- jacksonDatabindVersion =2.18.3
198- jacksonJaxrsBaseVersion =2.18.3
195+ jacksonVersion =2.19.0
196+ jacksonAnnotationsVersion =2.19.0
197+ jacksonDatabindVersion =2.19.0
198+ jacksonJaxrsBaseVersion =2.19.0
199199
200200# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
201201jakartaActivationApiVersion =2.1.3
@@ -228,9 +228,9 @@ jodaTimeVersion=2.14.0
228228# brought in transitively by Cloud, FileTransfer, SequenceAnalysis, etc. Need to resolve consistently
229229jsr305Version =3.0.2
230230
231- orgJsonVersion =20250107
231+ orgJsonVersion =20250517
232232
233- jsoupVersion =1.19 .1
233+ jsoupVersion =1.20 .1
234234
235235junitVersion =4.13.2
236236
@@ -247,7 +247,7 @@ luceneVersion=9.12.1
247247mssqlJdbcVersion =12.10.0.jre11
248248
249249# force for docker
250- nettyVersion =4.2.0 .Final
250+ nettyVersion =4.2.1 .Final
251251
252252objenesisVersion =1.0
253253
@@ -286,7 +286,7 @@ slf4jLog4jApiVersion=2.0.16
286286snappyJavaVersion =1.1.10.7
287287
288288# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
289- springBootVersion =3.4.5
289+ springBootVersion =3.5.0
290290# This usually matches the Spring Framework version dictated by springBootVersion
291291springVersion =6.2.7
292292
0 commit comments