Skip to content

Commit 3fbbc34

Browse files
committed
Update dependencies
1 parent f412646 commit 3fbbc34

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

gradle.properties

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ apacheTomcatVersion=11.0.22
102102
# (mothership) -> json-path -> json-smart -> accessor-smart
103103
# (core) -> graalvm
104104
# tika
105-
asmVersion=9.9.1
105+
asmVersion=9.10
106106

107107
awsSdkVersion=2.29.50
108108

@@ -194,15 +194,15 @@ httpcoreVersion=4.4.16
194194
intellijKotlinVersion=2.3.10
195195

196196
# Update the three Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
197-
jacksonVersion=2.21.3
198-
jacksonDatabindVersion=2.21.3
199-
jacksonJaxrsBaseVersion=2.21.3
197+
jacksonVersion=2.21.4
198+
jacksonDatabindVersion=2.21.4
199+
jacksonJaxrsBaseVersion=2.21.4
200200

201201
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
202202
jacksonAnnotationsVersion=2.21
203203

204204
# Spring Boot brings in a transitive dependency on Jackson 3.x. It has changed package names and can coexist with Jackson 2.x.
205-
jackson3Version=3.1.3
205+
jackson3Version=3.1.4
206206

207207
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
208208
jakartaActivationApiVersion=2.1.4
@@ -219,7 +219,7 @@ jaxbOldVersion=2.3.3
219219

220220
# All other direct and indirect uses of JAXB use the current, jakarta-packaged versions
221221
jaxbApiVersion=4.0.5
222-
jaxbVersion=4.0.7
222+
jaxbVersion=4.0.8
223223

224224
jaxrpcVersion=1.1
225225

@@ -233,12 +233,12 @@ jmockVersion=2.6.0
233233
# Transitive dependency via azure-identity and docker; force for consistency
234234
jnaVersion=5.18.1
235235

236-
jodaTimeVersion=2.14.1
236+
jodaTimeVersion=2.14.2
237237

238238
# brought in transitively by Cloud, FileTransfer, SequenceAnalysis, etc. Need to resolve consistently
239239
jsr305Version=3.0.2
240240

241-
orgJsonVersion=20251224
241+
orgJsonVersion=20260522
242242

243243
jsoupVersion=1.22.2
244244

@@ -255,12 +255,12 @@ lombokVersion=1.18.46
255255
luceneVersion=10.4.0
256256

257257
# Microsoft library for sending OAuth2-authenticated notification emails via the Microsoft Graph API
258-
microsoftGraphVersion=6.59.0
258+
microsoftGraphVersion=6.65.0
259259

260260
mssqlJdbcVersion=13.4.0.jre11
261261

262262
# Netty - transitive dependency via azure-core-http-netty; force for CVE-2026-33871, CVE-2026-33870
263-
nettyVersion=4.2.13.Final
263+
nettyVersion=4.2.14.Final
264264
# Reactor - transitive dependency via azure-core; force for version consistency across modules
265265
reactorCoreVersion=3.8.1
266266

@@ -293,9 +293,9 @@ romeVersion=2.1.0
293293
servletApiVersion=6.1.0
294294

295295
# this version is forced for compatibility with pipeline and tika
296-
slf4jLog4j12Version=2.0.17
296+
slf4jLog4j12Version=2.0.18
297297
# this version is forced for compatibility with api, LDK, and workflow
298-
slf4jLog4jApiVersion=2.0.17
298+
slf4jLog4jApiVersion=2.0.18
299299

300300
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
301301
snappyJavaVersion=1.1.10.8
@@ -306,23 +306,23 @@ springBootVersion=4.0.6
306306
springVersion=7.0.7
307307
springAiVersion=2.0.0-M6
308308

309-
sqliteJdbcVersion=3.53.0.0
309+
sqliteJdbcVersion=3.53.1.0
310310

311311
# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
312312
stax2ApiVersion=4.2.2
313313

314314
thumbnailatorVersion=0.4.21
315315

316316
# used for tika-core in API and tika-parsers in search
317-
tikaVersion=3.3.0
317+
tikaVersion=3.3.1
318318

319319
# sync with Tika
320320
tukaaniXZVersion=1.12
321321

322322
validationApiVersion=1.1.0.Final
323323

324324
# NLP and SAML bring woodstox-core in as a transitive dependency but with very different versions. We force the later version.
325-
woodstoxCoreVersion=7.1.1
325+
woodstoxCoreVersion=7.2.0
326326

327327
# saml and query bring in different versions transitively; we force the later one
328328
xalanVersion=2.7.2

0 commit comments

Comments
 (0)