Skip to content

Commit 143cee8

Browse files
authored
Update JAR Dependencies - May 2025 (#1073)
1 parent e36d6e7 commit 143cee8

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ allprojects {
206206
force "commons-pool:commons-pool:${commonsPoolVersion}"
207207
// force version for consistency with premium, OpenLdapSync
208208
force "org.apache.commons:commons-text:${commonsTextVersion}"
209+
// force version for consistency with search, premium, api
210+
force "org.apache.commons:commons-collections4:${commonsCollections4Version}"
209211
// force version for consistency with query, saml, LDK, api
210212
force "commons-collections:commons-collections:${commonsCollectionsVersion}"
211213
// force version for ms2, saml, fileTransfer, harvest, api, accounts, docker

gradle.properties

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ apacheDirectoryVersion=2.1.7
9999
apacheMinaVersion=2.2.4
100100

101101
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102-
apacheTomcatVersion=10.1.40
102+
apacheTomcatVersion=10.1.41
103103

104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm
106106
# tika
107107
asmVersion=9.8
108108

109109
# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
110-
batikVersion=1.18
110+
batikVersion=1.19
111111

112112
# sync with Tika version (or later)
113113
bouncycastlePgpVersion=1.79
@@ -123,7 +123,7 @@ commonmarkVersion=0.24.0
123123
# in the :server:api module but is required for some of our code to compile
124124
commonsBeanutilsVersion=1.10.1
125125
commonsCodecVersion=1.18.0
126-
commonsCollections4Version=4.4
126+
commonsCollections4Version=4.5.0
127127
commonsCollectionsVersion=3.2.2
128128
commonsCompressVersion=1.27.1
129129
commonsDbcpVersion=1.4
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.1
139139
commonsValidatorVersion=1.9.0
140140
commonsVfs2Version=2.10.0
141141

142-
datadogVersion=1.48.1
142+
datadogVersion=1.49.0
143143

144144
dom4jVersion=2.1.4
145145

@@ -151,14 +151,14 @@ eigenbaseXomVersion=1.3.7
151151
flyingsaucerVersion=R8
152152

153153
# Apache FOP -- linked to Apache Batik version above
154-
fopVersion=2.10
154+
fopVersion=2.11
155155

156156
# Force latest for consistency
157157
googleAutoValueAnnotationsVersion=1.10.4
158158
googleErrorProneAnnotationsVersion=2.38.0
159-
googleHttpClientVersion=1.46.3
159+
googleHttpClientVersion=1.47.0
160160
googleOauthClientVersion=1.39.0
161-
googleProtocolBufVersion=3.25.6
161+
googleProtocolBufVersion=3.25.7
162162

163163
# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
164164
# We resolve to the later version here to keep things consistent
@@ -182,7 +182,7 @@ hamcrestVersion=2.2
182182
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
183183
htsjdkVersion=4.0.0
184184

185-
httpclient5Version=5.4.3
185+
httpclient5Version=5.5
186186
httpcore5Version=5.3.4
187187

188188
# Not used directly, but these are widely used transitive dependencies
@@ -192,10 +192,10 @@ httpcoreVersion=4.4.16
192192
intellijKotlinVersion=1.9.10
193193

194194
# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
195-
jacksonVersion=2.18.3
196-
jacksonAnnotationsVersion=2.18.3
197-
jacksonDatabindVersion=2.18.3
198-
jacksonJaxrsBaseVersion=2.18.3
195+
jacksonVersion=2.19.0
196+
jacksonAnnotationsVersion=2.19.0
197+
jacksonDatabindVersion=2.19.0
198+
jacksonJaxrsBaseVersion=2.19.0
199199

200200
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
201201
jakartaActivationApiVersion=2.1.3
@@ -228,9 +228,9 @@ jodaTimeVersion=2.14.0
228228
# brought in transitively by Cloud, FileTransfer, SequenceAnalysis, etc. Need to resolve consistently
229229
jsr305Version=3.0.2
230230

231-
orgJsonVersion=20250107
231+
orgJsonVersion=20250517
232232

233-
jsoupVersion=1.19.1
233+
jsoupVersion=1.20.1
234234

235235
junitVersion=4.13.2
236236

@@ -247,7 +247,7 @@ luceneVersion=9.12.1
247247
mssqlJdbcVersion=12.10.0.jre11
248248

249249
# force for docker
250-
nettyVersion=4.2.0.Final
250+
nettyVersion=4.2.1.Final
251251

252252
objenesisVersion=1.0
253253

@@ -286,7 +286,7 @@ slf4jLog4jApiVersion=2.0.16
286286
snappyJavaVersion=1.1.10.7
287287

288288
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
289-
springBootVersion=3.4.5
289+
springBootVersion=3.5.0
290290
# This usually matches the Spring Framework version dictated by springBootVersion
291291
springVersion=6.2.7
292292

0 commit comments

Comments
 (0)