Skip to content

Commit a2a1deb

Browse files
authored
Update jar dependencies for 26.4 (#1304)
1 parent 0db0774 commit a2a1deb

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

gradle.properties

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ commonmarkVersion=0.27.1
126126
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
127127
# in the :server:api module but is required for some of our code to compile
128128
commonsBeanutilsVersion=1.11.0
129-
commonsCodecVersion=1.20.0
129+
commonsCodecVersion=1.21.0
130130
commonsCollections4Version=4.5.0
131131
commonsCollectionsVersion=3.2.2
132132
commonsCompressVersion=1.28.0
@@ -136,14 +136,14 @@ commonsDiscoveryVersion=0.2
136136
commonsIoVersion=2.21.0
137137
commonsLang3Version=3.20.0
138138
commonsLangVersion=2.6
139-
commonsLoggingVersion=1.3.5
139+
commonsLoggingVersion=1.3.6
140140
commonsMath3Version=3.6.1
141141
commonsPoolVersion=1.6
142142
commonsTextVersion=1.15.0
143143
commonsValidatorVersion=1.10.1
144144
commonsVfs2Version=2.10.0
145145

146-
datadogVersion=1.58.2
146+
datadogVersion=1.60.1
147147

148148
dom4jVersion=2.2.0
149149

@@ -161,7 +161,7 @@ fopVersion=2.11
161161
googleApiVersion=2.47.0
162162
googleAuthVersion=1.40.0
163163
googleAutoValueAnnotationsVersion=1.10.4
164-
googleErrorProneAnnotationsVersion=2.46.0
164+
googleErrorProneAnnotationsVersion=2.48.0
165165
googleHttpClientVersion=2.1.0
166166
googleOauthClientVersion=1.39.0
167167
googleProtocolBufVersion=3.25.8
@@ -172,13 +172,13 @@ googleProtocolBufVersion=3.25.8
172172
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
173173
gsonVersion=2.8.9
174174

175-
grpcVersion=1.78.0
175+
grpcVersion=1.79.0
176176

177177
guavaVersion=33.5.0-jre
178178

179179
# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
180-
gwtVersion=2.12.2
181-
gwtServletJakartaVersion=2.12.2
180+
gwtVersion=2.13.0
181+
gwtServletJakartaVersion=2.13.0
182182

183183
# force hadoop-hdfs-client for CVE-2021-37404, CVE-2022-25168, CVE-2022-26612, CVE-2021-25642, CVE-2021-33036, CVE-2023-26031,
184184
hadoopHdfsClientVersion=3.4.1
@@ -189,7 +189,7 @@ hamcrestVersion=2.2
189189
htsjdkVersion=4.3.0
190190

191191
httpclient5Version=5.5.2
192-
httpcore5Version=5.4
192+
httpcore5Version=5.4.1
193193

194194
# Not used directly, but these are widely used transitive dependencies
195195
httpclientVersion=4.5.14
@@ -219,7 +219,7 @@ jaxbApiOldVersion=2.3.1
219219
jaxbOldVersion=2.3.3
220220

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

225225
jaxrpcVersion=1.1
@@ -253,7 +253,7 @@ log4j2Version=2.25.3
253253

254254
lombokVersion=1.18.42
255255

256-
luceneVersion=10.3.2
256+
luceneVersion=10.4.0
257257

258258
# Microsoft library for sending OAuth2-authenticated notification emails via the Microsoft Graph API
259259
microsoftGraphVersion=6.59.0
@@ -275,11 +275,11 @@ openTracingVersion=0.33.0
275275
pdfboxVersion=3.0.4
276276

277277
# sync with version Tika ships
278-
poiVersion=5.4.0
278+
poiVersion=5.5.1
279279

280280
pollingWatchVersion=0.2.0
281281

282-
postgresqlDriverVersion=42.7.9
282+
postgresqlDriverVersion=42.7.10
283283

284284
quartzVersion=2.5.2
285285

@@ -307,7 +307,7 @@ springBootVersion=4.0.3
307307
springVersion=7.0.5
308308
springAiVersion=2.0.0-M2
309309

310-
sqliteJdbcVersion=3.51.1.0
310+
sqliteJdbcVersion=3.51.2.0
311311

312312
# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
313313
stax2ApiVersion=4.2.2
@@ -318,7 +318,7 @@ thumbnailatorVersion=0.4.21
318318
tikaVersion=3.2.3
319319

320320
# sync with Tika
321-
tukaaniXZVersion=1.10
321+
tukaaniXZVersion=1.12
322322

323323
validationApiVersion=1.1.0.Final
324324
validationJakartaApiVersion=3.0.2

0 commit comments

Comments
 (0)