Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monthly dependency update #893

Merged
merged 4 commits into from
Sep 30, 2024
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
36 changes: 18 additions & 18 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ commonsCompressVersion=1.26.2
commonsDbcpVersion=1.4
commonsDiscoveryVersion=0.2
commonsDigesterVersion=1.8.1
commonsIoVersion=2.16.1
commonsIoVersion=2.17.0
commonsLangVersion=2.6
commonsLang3Version=3.15.0
commonsLoggingVersion=1.3.3
commonsLang3Version=3.17.0
commonsLoggingVersion=1.3.4
commonsMath3Version=3.6.1
commonsPoolVersion=1.6
commonsTextVersion=1.12.0
commonsValidatorVersion=1.9.0

datadogVersion=1.37.1
datadogVersion=1.39.1

dom4jVersion=2.1.4

Expand All @@ -153,22 +153,22 @@ fopVersion=2.9

# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.29.2
googleHttpClientVersion=1.44.2
googleErrorProneAnnotationsVersion=2.32.0
googleHttpClientVersion=1.45.0
googleOauthClientVersion=1.36.0
googleProtocolBufVersion=3.25.3

graalVersion=24.0.2
graalVersion=24.1.0

# 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.65.1
grpcVersion=1.67.1

guavaVersion=33.2.1-jre
guavaVersion=33.3.1-jre

# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
gwtVersion=2.11.0
Expand Down Expand Up @@ -216,7 +216,7 @@ jfreechartVersion=1.0.19

jmockVersion=2.6.0

jodaTimeVersion=2.12.7
jodaTimeVersion=2.13.0

# brought in transitively from guava and other google packages. Need to resolve consistently
jsr305Version=3.0.2
Expand All @@ -231,18 +231,18 @@ jxlVersion=2.6.3

kaptchaVersion=2.3

log4j2Version=2.23.1
log4j2Version=2.24.0

lombokVersion=1.18.34

luceneVersion=9.11.1
luceneVersion=9.12.0

mssqlJdbcVersion=12.6.3.jre11
mssqlJdbcVersion=12.8.1.jre11

mysqlDriverVersion=9.0.0

# forced compatibility between docker and UserReg-WS
nettyVersion=4.1.112.Final
nettyVersion=4.1.113.Final

objenesisVersion=1.0

Expand All @@ -251,7 +251,7 @@ opencsvVersion=2.3

openTracingVersion=0.33.0

oracleJdbcVersion=23.4.0.24.05
oracleJdbcVersion=23.5.0.24.07

# sync with version Tika ships
pdfboxVersion=2.0.32
Expand All @@ -261,7 +261,7 @@ poiVersion=5.2.5

pollingWatchVersion=0.2.0

postgresqlDriverVersion=42.7.3
postgresqlDriverVersion=42.7.4

quartzVersion=2.3.2

Expand All @@ -281,7 +281,7 @@ slf4jLog4j12Version=2.0.13
slf4jLog4jApiVersion=2.0.13

# This is a dependency for HTSJDK. Force version for CVE-2023-43642
snappyJavaVersion=1.1.10.5
snappyJavaVersion=1.1.10.7

springBootVersion=3.3.4
# This usually matches the Tomcat version dictated by springBootVersion
Expand All @@ -290,7 +290,7 @@ springBootTomcatVersion=10.1.30
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.1.13

sqliteJdbcVersion=3.46.0.0
sqliteJdbcVersion=3.46.1.3

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