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
27 changes: 14 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ apacheDirectoryVersion=2.1.7
apacheMinaVersion=2.2.4

# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
apacheTomcatVersion=10.1.49
apacheTomcatVersion=10.1.50

# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
Expand Down Expand Up @@ -138,7 +138,7 @@ commonsTextVersion=1.14.0
commonsValidatorVersion=1.10.1
commonsVfs2Version=2.10.0

datadogVersion=1.55.0
datadogVersion=1.56.3

dom4jVersion=2.1.4

Expand All @@ -154,7 +154,7 @@ fopVersion=2.11

# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.44.0
googleErrorProneAnnotationsVersion=2.45.0
googleHttpClientVersion=2.0.2
googleOauthClientVersion=1.39.0
googleProtocolBufVersion=3.25.8
Expand Down Expand Up @@ -190,12 +190,13 @@ 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.20.0
# Note the inconsistent version numbering for "annotations"
# Update the three Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
jacksonVersion=2.20.1
jacksonDatabindVersion=2.20.1
jacksonJaxrsBaseVersion=2.20.1

# Note the inconsistent version numbering for "annotations"... it no longer matches the above
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.4
Expand Down Expand Up @@ -238,7 +239,7 @@ jxlVersion=2.6.3

kaptchaVersion=2.3

log4j2Version=2.25.2
log4j2Version=2.25.3

lombokVersion=1.18.42

Expand Down Expand Up @@ -266,7 +267,7 @@ pollingWatchVersion=0.2.0
# Newer versions of the driver have a perf degradation that's important for us. https://github.com/pgjdbc/pgjdbc/issues/3505
postgresqlDriverVersion=42.7.8

quartzVersion=2.5.1
quartzVersion=2.5.2

reflectionsVersion=0.10.2

Expand All @@ -287,11 +288,11 @@ slf4jLog4jApiVersion=2.0.17
snappyJavaVersion=1.1.10.8

# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
springBootVersion=3.5.7
springBootVersion=3.5.8
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.2.13
springVersion=6.2.15

sqliteJdbcVersion=3.51.0.0
sqliteJdbcVersion=3.51.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