Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ buildFromSource=true
# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=25.7-SNAPSHOT
labkeyClientApiVersion=6.2.0
labkeyClientApiVersion=6.3.0

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

checkerQualVersion=3.31.0

commonmarkVersion=0.24.0
commonmarkVersion=0.25.0

# the beanutils version is not the default version brought from commons-validator and/or commons-digester
# in the :server:api module but is required for some of our code to compile
Expand All @@ -139,7 +139,7 @@ commonsTextVersion=1.13.1
commonsValidatorVersion=1.9.0
commonsVfs2Version=2.10.0

datadogVersion=1.49.0
datadogVersion=1.50.0

dom4jVersion=2.1.4

Expand All @@ -158,15 +158,15 @@ googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.38.0
googleHttpClientVersion=1.47.0
googleOauthClientVersion=1.39.0
googleProtocolBufVersion=3.25.7
googleProtocolBufVersion=3.25.8

# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
# We resolve to the later version here to keep things consistent
# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
gsonVersion=2.8.9

grpcVersion=1.72.0
grpcVersion=1.73.0

guavaVersion=33.4.8-jre

Expand All @@ -192,7 +192,7 @@ httpcoreVersion=4.4.16
intellijKotlinVersion=1.9.10

# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
jacksonVersion=2.19.0
jacksonVersion=2.19.1
jacksonAnnotationsVersion=2.19.0
jacksonDatabindVersion=2.19.0
jacksonJaxrsBaseVersion=2.19.0
Expand Down Expand Up @@ -242,12 +242,12 @@ log4j2Version=2.24.3

lombokVersion=1.18.38

luceneVersion=9.12.1
luceneVersion=9.12.2

mssqlJdbcVersion=12.10.0.jre11
mssqlJdbcVersion=12.10.1.jre11

# force for docker
nettyVersion=4.2.1.Final
nettyVersion=4.2.2.Final

objenesisVersion=1.0

Expand Down Expand Up @@ -279,9 +279,9 @@ romeVersion=2.1.0
servletApiVersion=6.0.0

# this version is forced for compatibility with pipeline and tika
slf4jLog4j12Version=2.0.16
slf4jLog4j12Version=2.0.17
# this version is forced for compatibility with api, LDK, and workflow
slf4jLog4jApiVersion=2.0.16
slf4jLog4jApiVersion=2.0.17

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

sqliteJdbcVersion=3.49.1.0
sqliteJdbcVersion=3.50.1.0

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

thumbnailatorVersion=0.4.20

# used for tika-core in API and tika-parsers in search
tikaVersion=3.1.0
tikaVersion=3.2.0

# sync with Tika
tukaaniXZVersion=1.10
Expand Down