Skip to content

Commit 7502ff1

Browse files
March dependency updates 2 (#1026)
1 parent 09933d0 commit 7502ff1

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

gradle.properties

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ angusMailVersion=2.0.3
9292
annotationsVersion=15.0
9393

9494
antVersion=1.10.13
95-
95+
9696
#Unifying version used by DISCVR and Premium
9797
apacheDirectoryVersion=2.1.7
9898
#Transitive dependency of Apache directory: 2.0.18 contains some regressions
@@ -104,7 +104,7 @@ apacheTomcatVersion=10.1.39
104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm
106106
# tika
107-
asmVersion=9.7.1
107+
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
110110
batikVersion=1.18
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.0
139139
commonsValidatorVersion=1.9.0
140140
commonsVfs2Version=2.7.0
141141

142-
datadogVersion=1.46.1
142+
datadogVersion=1.47.3
143143

144144
dom4jVersion=2.1.4
145145

@@ -155,9 +155,9 @@ fopVersion=2.10
155155

156156
# Force latest for consistency
157157
googleAutoValueAnnotationsVersion=1.10.4
158-
googleErrorProneAnnotationsVersion=2.36.0
159-
googleHttpClientVersion=1.46.1
160-
googleOauthClientVersion=1.37.0
158+
googleErrorProneAnnotationsVersion=2.37.0
159+
googleHttpClientVersion=1.46.3
160+
googleOauthClientVersion=1.39.0
161161
googleProtocolBufVersion=3.25.5
162162

163163
# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
@@ -166,7 +166,7 @@ googleProtocolBufVersion=3.25.5
166166
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
167167
gsonVersion=2.8.9
168168

169-
grpcVersion=1.70.0
169+
grpcVersion=1.71.0
170170

171171
guavaVersion=33.4.0-jre
172172

@@ -182,8 +182,8 @@ 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.2
186-
httpcore5Version=5.3.3
185+
httpclient5Version=5.4.3
186+
httpcore5Version=5.3.4
187187

188188
# Not used directly, but these are widely used transitive dependencies
189189
httpclientVersion=4.5.14
@@ -223,14 +223,14 @@ jfreechartVersion=1.0.19
223223

224224
jmockVersion=2.6.0
225225

226-
jodaTimeVersion=2.13.1
226+
jodaTimeVersion=2.14.0
227227

228228
# brought in transitively from guava and other google packages. Need to resolve consistently
229229
jsr305Version=3.0.2
230230

231231
orgJsonVersion=20250107
232232

233-
jsoupVersion=1.18.3
233+
jsoupVersion=1.19.1
234234

235235
junitVersion=4.13.2
236236

@@ -244,7 +244,7 @@ lombokVersion=1.18.36
244244

245245
luceneVersion=9.12.1
246246

247-
mssqlJdbcVersion=12.8.1.jre11
247+
mssqlJdbcVersion=12.10.0.jre11
248248

249249
mysqlDriverVersion=9.2.0
250250

@@ -289,11 +289,11 @@ slf4jLog4jApiVersion=2.0.16
289289
snappyJavaVersion=1.1.10.7
290290

291291
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
292-
springBootVersion=3.4.3
292+
springBootVersion=3.4.4
293293
# This usually matches the Spring Framework version dictated by springBootVersion
294-
springVersion=6.2.3
294+
springVersion=6.2.5
295295

296-
sqliteJdbcVersion=3.49.0.0
296+
sqliteJdbcVersion=3.49.1.0
297297

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

0 commit comments

Comments
 (0)