@@ -110,8 +110,8 @@ asmVersion=9.7.1
110110batikVersion =1.18
111111
112112# sync with Tika version (or later)
113- bouncycastlePgpVersion =1.79
114- bouncycastleVersion =1.79
113+ bouncycastlePgpVersion =1.80
114+ bouncycastleVersion =1.80
115115
116116cglibNodepVersion =2.2.3
117117
@@ -121,8 +121,8 @@ 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.10.0
125- commonsCodecVersion =1.17.1
124+ commonsBeanutilsVersion =1.10.1
125+ commonsCodecVersion =1.18.0
126126commonsCollections4Version =4.4
127127commonsCollectionsVersion =3.2.2
128128commonsCompressVersion =1.27.1
@@ -132,14 +132,14 @@ commonsDiscoveryVersion=0.2
132132commonsIoVersion =2.18.0
133133commonsLang3Version =3.17.0
134134commonsLangVersion =2.6
135- commonsLoggingVersion =1.3.4
135+ commonsLoggingVersion =1.3.5
136136commonsMath3Version =3.6.1
137137commonsPoolVersion =1.6
138138commonsTextVersion =1.13.0
139139commonsValidatorVersion =1.9.0
140140commonsVfs2Version =2.7.0
141141
142- datadogVersion =1.45 .1
142+ datadogVersion =1.46 .1
143143
144144dom4jVersion =2.1.4
145145
@@ -156,17 +156,17 @@ fopVersion=2.10
156156# Force latest for consistency
157157googleAutoValueAnnotationsVersion =1.10.4
158158googleErrorProneAnnotationsVersion =2.36.0
159- googleHttpClientVersion =1.45.3
159+ googleHttpClientVersion =1.46.1
160160googleOauthClientVersion =1.37.0
161- googleProtocolBufVersion =3.25.5
161+ googleProtocolBufVersion =3.25.6
162162
163163# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
164164# We resolve to the later version here to keep things consistent
165165# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
166166# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
167167gsonVersion =2.8.9
168168
169- grpcVersion =1.69.1
169+ grpcVersion =1.70.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.1
186- httpcore5Version =5.3.2
185+ httpclient5Version =5.4.2
186+ httpcore5Version =5.3.3
187187
188188# Not used directly, but these are widely used transitive dependencies
189189httpclientVersion =4.5.14
@@ -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.2
196- jacksonAnnotationsVersion =2.18.2
197- jacksonDatabindVersion =2.18.2
198- jacksonJaxrsBaseVersion =2.18.2
195+ jacksonVersion =2.18.3
196+ jacksonAnnotationsVersion =2.18.3
197+ jacksonDatabindVersion =2.18.3
198+ jacksonJaxrsBaseVersion =2.18.3
199199
200200# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
201201jakartaActivationApiVersion =2.1.3
@@ -223,7 +223,7 @@ jfreechartVersion=1.0.19
223223
224224jmockVersion =2.6.0
225225
226- jodaTimeVersion =2.13.0
226+ jodaTimeVersion =2.13.1
227227
228228# brought in transitively from guava and other google packages. Need to resolve consistently
229229jsr305Version =3.0.2
@@ -246,10 +246,10 @@ luceneVersion=9.12.1
246246
247247mssqlJdbcVersion =12.8.1.jre11
248248
249- mysqlDriverVersion =9.1 .0
249+ mysqlDriverVersion =9.2 .0
250250
251251# forced compatibility between docker and UserReg-WS
252- nettyVersion =4.1.118 .Final
252+ nettyVersion =4.1.119 .Final
253253
254254objenesisVersion =1.0
255255
@@ -259,10 +259,10 @@ opencsvVersion=2.3
259259openTracingVersion =0.33.0
260260
261261# sync with version Tika ships
262- pdfboxVersion =3.0.3
262+ pdfboxVersion =3.0.4
263263
264264# sync with version Tika ships
265- poiVersion =5.3 .0
265+ poiVersion =5.4 .0
266266
267267pollingWatchVersion =0.2.0
268268
@@ -289,19 +289,19 @@ 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.1
292+ springBootVersion =3.4.3
293293# This usually matches the Spring Framework version dictated by springBootVersion
294294springVersion =6.2.3
295295
296- sqliteJdbcVersion =3.48 .0.0
296+ sqliteJdbcVersion =3.49 .0.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
300300
301301thumbnailatorVersion =0.4.20
302302
303303# used for tika-core in API and tika-parsers in search
304- tikaVersion =3.0 .0
304+ tikaVersion =3.1 .0
305305
306306# sync with Tika
307307tukaaniXZVersion =1.10
0 commit comments