Skip to content

Commit 87f7301

Browse files
Update various dependency versions (#1110)
1 parent 8c39563 commit 87f7301

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

gradle.properties

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildFromSource=true
4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
4747
labkeyVersion=25.7-SNAPSHOT
48-
labkeyClientApiVersion=6.2.0
48+
labkeyClientApiVersion=6.3.0
4949

5050
# Version numbers for the various binary artifacts that are included when
5151
# deploying via deployApp or deployDist and when creating distributions.
@@ -117,7 +117,7 @@ cglibNodepVersion=2.2.3
117117

118118
checkerQualVersion=3.31.0
119119

120-
commonmarkVersion=0.24.0
120+
commonmarkVersion=0.25.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
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.1
139139
commonsValidatorVersion=1.9.0
140140
commonsVfs2Version=2.10.0
141141

142-
datadogVersion=1.49.0
142+
datadogVersion=1.50.0
143143

144144
dom4jVersion=2.1.4
145145

@@ -158,15 +158,15 @@ googleAutoValueAnnotationsVersion=1.10.4
158158
googleErrorProneAnnotationsVersion=2.38.0
159159
googleHttpClientVersion=1.47.0
160160
googleOauthClientVersion=1.39.0
161-
googleProtocolBufVersion=3.25.7
161+
googleProtocolBufVersion=3.25.8
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
167167
gsonVersion=2.8.9
168168

169-
grpcVersion=1.72.0
169+
grpcVersion=1.73.0
170170

171171
guavaVersion=33.4.8-jre
172172

@@ -192,7 +192,7 @@ httpcoreVersion=4.4.16
192192
intellijKotlinVersion=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.19.0
195+
jacksonVersion=2.19.1
196196
jacksonAnnotationsVersion=2.19.0
197197
jacksonDatabindVersion=2.19.0
198198
jacksonJaxrsBaseVersion=2.19.0
@@ -242,12 +242,12 @@ log4j2Version=2.24.3
242242

243243
lombokVersion=1.18.38
244244

245-
luceneVersion=9.12.1
245+
luceneVersion=9.12.2
246246

247-
mssqlJdbcVersion=12.10.0.jre11
247+
mssqlJdbcVersion=12.10.1.jre11
248248

249249
# force for docker
250-
nettyVersion=4.2.1.Final
250+
nettyVersion=4.2.2.Final
251251

252252
objenesisVersion=1.0
253253

@@ -279,9 +279,9 @@ romeVersion=2.1.0
279279
servletApiVersion=6.0.0
280280

281281
# this version is forced for compatibility with pipeline and tika
282-
slf4jLog4j12Version=2.0.16
282+
slf4jLog4j12Version=2.0.17
283283
# this version is forced for compatibility with api, LDK, and workflow
284-
slf4jLog4jApiVersion=2.0.16
284+
slf4jLog4jApiVersion=2.0.17
285285

286286
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
287287
snappyJavaVersion=1.1.10.7
@@ -291,15 +291,15 @@ springBootVersion=3.5.3
291291
# This usually matches the Spring Framework version dictated by springBootVersion
292292
springVersion=6.2.8
293293

294-
sqliteJdbcVersion=3.49.1.0
294+
sqliteJdbcVersion=3.50.1.0
295295

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

299299
thumbnailatorVersion=0.4.20
300300

301301
# used for tika-core in API and tika-parsers in search
302-
tikaVersion=3.1.0
302+
tikaVersion=3.2.0
303303

304304
# sync with Tika
305305
tukaaniXZVersion=1.10

0 commit comments

Comments
 (0)