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
30 changes: 15 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ angusMailVersion=2.0.3
annotationsVersion=15.0

antVersion=1.10.13

#Unifying version used by DISCVR and Premium
apacheDirectoryVersion=2.1.7
#Transitive dependency of Apache directory: 2.0.18 contains some regressions
Expand All @@ -104,7 +104,7 @@ apacheTomcatVersion=10.1.39
# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
# tika
asmVersion=9.7.1
asmVersion=9.8

# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
batikVersion=1.18
Expand Down Expand Up @@ -139,7 +139,7 @@ commonsTextVersion=1.13.0
commonsValidatorVersion=1.9.0
commonsVfs2Version=2.7.0

datadogVersion=1.46.1
datadogVersion=1.47.3

dom4jVersion=2.1.4

Expand All @@ -155,9 +155,9 @@ fopVersion=2.10

# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.36.0
googleHttpClientVersion=1.46.1
googleOauthClientVersion=1.37.0
googleErrorProneAnnotationsVersion=2.37.0
googleHttpClientVersion=1.46.3
googleOauthClientVersion=1.39.0
googleProtocolBufVersion=3.25.5

# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
Expand All @@ -166,7 +166,7 @@ googleProtocolBufVersion=3.25.5
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
gsonVersion=2.8.9

grpcVersion=1.70.0
grpcVersion=1.71.0

guavaVersion=33.4.0-jre

Expand All @@ -182,8 +182,8 @@ hamcrestVersion=2.2
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
htsjdkVersion=4.0.0

httpclient5Version=5.4.2
httpcore5Version=5.3.3
httpclient5Version=5.4.3
httpcore5Version=5.3.4

# Not used directly, but these are widely used transitive dependencies
httpclientVersion=4.5.14
Expand Down Expand Up @@ -223,14 +223,14 @@ jfreechartVersion=1.0.19

jmockVersion=2.6.0

jodaTimeVersion=2.13.1
jodaTimeVersion=2.14.0

# brought in transitively from guava and other google packages. Need to resolve consistently
jsr305Version=3.0.2

orgJsonVersion=20250107

jsoupVersion=1.18.3
jsoupVersion=1.19.1

junitVersion=4.13.2

Expand All @@ -244,7 +244,7 @@ lombokVersion=1.18.36

luceneVersion=9.12.1

mssqlJdbcVersion=12.8.1.jre11
mssqlJdbcVersion=12.10.0.jre11

mysqlDriverVersion=9.2.0

Expand Down Expand Up @@ -289,11 +289,11 @@ slf4jLog4jApiVersion=2.0.16
snappyJavaVersion=1.1.10.7

# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
springBootVersion=3.4.3
springBootVersion=3.4.4
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.2.3
springVersion=6.2.5

sqliteJdbcVersion=3.49.0.0
sqliteJdbcVersion=3.49.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
Expand Down