Skip to content

Commit 4c7b3ca

Browse files
authored
Update multiple dependencies to their latest version (#1241)
1 parent f044ffa commit 4c7b3ca

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

gradle.properties

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ apacheDirectoryVersion=2.1.7
9898
apacheMinaVersion=2.2.4
9999

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

103103
# (mothership) -> json-path -> json-smart -> accessor-smart
104104
# (core) -> graalvm
@@ -138,7 +138,7 @@ commonsTextVersion=1.14.0
138138
commonsValidatorVersion=1.10.1
139139
commonsVfs2Version=2.10.0
140140

141-
datadogVersion=1.55.0
141+
datadogVersion=1.56.3
142142

143143
dom4jVersion=2.1.4
144144

@@ -154,7 +154,7 @@ fopVersion=2.11
154154

155155
# Force latest for consistency
156156
googleAutoValueAnnotationsVersion=1.10.4
157-
googleErrorProneAnnotationsVersion=2.44.0
157+
googleErrorProneAnnotationsVersion=2.45.0
158158
googleHttpClientVersion=2.0.2
159159
googleOauthClientVersion=1.39.0
160160
googleProtocolBufVersion=3.25.8
@@ -190,12 +190,13 @@ httpcoreVersion=4.4.16
190190

191191
intellijKotlinVersion=1.9.10
192192

193-
# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
194-
jacksonVersion=2.20.0
195-
# Note the inconsistent version numbering for "annotations"
193+
# Update the three Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
194+
jacksonVersion=2.20.1
195+
jacksonDatabindVersion=2.20.1
196+
jacksonJaxrsBaseVersion=2.20.1
197+
198+
# Note the inconsistent version numbering for "annotations"... it no longer matches the above
196199
jacksonAnnotationsVersion=2.20
197-
jacksonDatabindVersion=2.20.0
198-
jacksonJaxrsBaseVersion=2.20.0
199200

200201
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
201202
jakartaActivationApiVersion=2.1.4
@@ -238,7 +239,7 @@ jxlVersion=2.6.3
238239

239240
kaptchaVersion=2.3
240241

241-
log4j2Version=2.25.2
242+
log4j2Version=2.25.3
242243

243244
lombokVersion=1.18.42
244245

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

269-
quartzVersion=2.5.1
270+
quartzVersion=2.5.2
270271

271272
reflectionsVersion=0.10.2
272273

@@ -287,11 +288,11 @@ slf4jLog4jApiVersion=2.0.17
287288
snappyJavaVersion=1.1.10.8
288289

289290
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
290-
springBootVersion=3.5.7
291+
springBootVersion=3.5.8
291292
# This usually matches the Spring Framework version dictated by springBootVersion
292-
springVersion=6.2.13
293+
springVersion=6.2.15
293294

294-
sqliteJdbcVersion=3.51.0.0
295+
sqliteJdbcVersion=3.51.1.0
295296

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

0 commit comments

Comments
 (0)