Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ allprojects {
force "org.slf4j:slf4j-api:${slf4jLog4jApiVersion}"
// force some newer versions than are brought in by mondrian (et al.)
force "xerces:xercesImpl:${xercesImplVersion}"
// Microsoft SQL Server JDBC driver and Duo SDK pull in different versions of byte-buddy
force "net.bytebuddy:byte-buddy:${byteBuddyVersion}"
force "org.apache.logging.log4j:log4j-core:${log4j2Version}"
force "org.apache.logging.log4j:log4j-api:${log4j2Version}"
force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}"
Expand Down
32 changes: 17 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,18 @@ batikVersion=1.19
bouncycastlePgpVersion=1.81
bouncycastleVersion=1.81

byteBuddyVersion=1.17.7

cglibNodepVersion=2.2.3

checkerQualVersion=3.31.0

commonmarkVersion=0.25.0
commonmarkVersion=0.25.1

# 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
commonsBeanutilsVersion=1.11.0
commonsCodecVersion=1.18.0
commonsCodecVersion=1.19.0
commonsCollections4Version=4.5.0
commonsCollectionsVersion=3.2.2
commonsCompressVersion=1.28.0
Expand All @@ -135,11 +137,11 @@ commonsLangVersion=2.6
commonsLoggingVersion=1.3.5
commonsMath3Version=3.6.1
commonsPoolVersion=1.6
commonsTextVersion=1.13.1
commonsTextVersion=1.14.0
commonsValidatorVersion=1.10.0
commonsVfs2Version=2.10.0

datadogVersion=1.51.2
datadogVersion=1.52.1

dom4jVersion=2.1.4

Expand All @@ -156,7 +158,7 @@ fopVersion=2.11
# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.41.0
googleHttpClientVersion=1.47.1
googleHttpClientVersion=2.0.0
googleOauthClientVersion=1.39.0
googleProtocolBufVersion=3.25.8

Expand All @@ -166,7 +168,7 @@ googleProtocolBufVersion=3.25.8
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
gsonVersion=2.8.9

grpcVersion=1.73.0
grpcVersion=1.75.0

guavaVersion=33.4.8-jre

Expand All @@ -183,7 +185,7 @@ hamcrestVersion=2.2
htsjdkVersion=4.3.0

httpclient5Version=5.5
httpcore5Version=5.3.4
httpcore5Version=5.3.5

# Not used directly, but these are widely used transitive dependencies
httpclientVersion=4.5.14
Expand All @@ -192,10 +194,10 @@ 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.2
jacksonAnnotationsVersion=2.19.2
jacksonDatabindVersion=2.19.2
jacksonJaxrsBaseVersion=2.19.2
jacksonVersion=2.20.0
jacksonAnnotationsVersion=2.20
jacksonDatabindVersion=2.20.0
jacksonJaxrsBaseVersion=2.20.0

# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
jakartaActivationApiVersion=2.1.3
Expand Down Expand Up @@ -230,7 +232,7 @@ jsr305Version=3.0.2

orgJsonVersion=20250517

jsoupVersion=1.21.1
jsoupVersion=1.21.2

junitVersion=4.13.2

Expand All @@ -244,10 +246,10 @@ lombokVersion=1.18.38

luceneVersion=9.12.2

mssqlJdbcVersion=12.10.1.jre11
mssqlJdbcVersion=13.2.0.jre11

# force for docker
nettyVersion=4.2.3.Final
nettyVersion=4.2.5.Final

objenesisVersion=1.0

Expand Down Expand Up @@ -287,7 +289,7 @@ slf4jLog4jApiVersion=2.0.17
snappyJavaVersion=1.1.10.8

# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
springBootVersion=3.5.4
springBootVersion=3.5.5
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.2.10

Expand Down