Skip to content

Commit ab830fb

Browse files
authored
Minor version updates for dependencies (#970)
1 parent 63582da commit ab830fb

3 files changed

Lines changed: 11 additions & 27 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ allprojects {
304304
force "org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}"
305305
// force consistency in docker and connectors and saml
306306
force "org.bouncycastle:bcpkix-jdk18on:${bouncycastleVersion}"
307-
// force consistency with netty jar files for docker and UserReg-WS
307+
// docker dependency: force to mitigate CVEs in 4.1.46
308308
force "io.netty:netty-resolver:${nettyVersion}"
309309
force "io.netty:netty-resolver-dns:${nettyVersion}"
310310
force "io.netty:netty-handler:${nettyVersion}"

dependencyCheckSuppression.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,6 @@
121121
<vulnerabilityName>CVE-2018-17201</vulnerabilityName>
122122
</suppress>
123123

124-
<!--
125-
GraalJS shaded and re-versioned icu4j without changing the file name, leading to many old CVEs getting tagged.
126-
This should be fixed soon, but suppress all CVEs for now. https://github.com/oracle/graal/issues/8204
127-
-->
128-
<suppress>
129-
<notes><![CDATA[
130-
file name: icu4j-23.1.2.jar
131-
]]></notes>
132-
<packageUrl regex="true">^pkg:maven/org\.graalvm\.shadowed/icu4j@.*$</packageUrl>
133-
<cpe>cpe:/a:icu-project:international_components_for_unicode</cpe>
134-
<cpe>cpe:/a:unicode:international_components_for_unicode</cpe>
135-
<cpe>cpe:/a:unicode:unicode</cpe>
136-
</suppress>
137-
138124
<!--
139125
The Tomcat jaspic-api and jsp-api jars are false positives, for some reason matching against Tomcat 3.0. See
140126
https://github.com/jeremylong/DependencyCheck/issues/5659, which has been raised, but no response.

gradle.properties

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ commonmarkVersion=0.24.0
121121

122122
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
123123
# in the :server:api module but is required for some of our code to compile
124-
commonsBeanutilsVersion=1.9.4
124+
commonsBeanutilsVersion=1.10.0
125125
commonsCodecVersion=1.17.1
126126
commonsCollections4Version=4.4
127127
commonsCollectionsVersion=3.2.2
@@ -139,7 +139,7 @@ commonsTextVersion=1.13.0
139139
commonsValidatorVersion=1.9.0
140140
commonsVfs2Version=2.7.0
141141

142-
datadogVersion=1.44.1
142+
datadogVersion=1.45.1
143143

144144
dom4jVersion=2.1.4
145145

@@ -160,17 +160,15 @@ googleHttpClientVersion=1.45.3
160160
googleOauthClientVersion=1.37.0
161161
googleProtocolBufVersion=3.25.5
162162

163-
graalVersion=24.1.1
164-
165163
# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
166164
# We resolve to the later version here to keep things consistent
167165
# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
168166
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
169167
gsonVersion=2.8.9
170168

171-
grpcVersion=1.69.0
169+
grpcVersion=1.69.1
172170

173-
guavaVersion=33.3.1-jre
171+
guavaVersion=33.4.0-jre
174172

175173
# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
176174
gwtVersion=2.11.0
@@ -185,7 +183,7 @@ hamcrestVersion=2.2
185183
htsjdkVersion=4.0.0
186184

187185
httpclient5Version=5.4.1
188-
httpcore5Version=5.3.1
186+
httpcore5Version=5.3.2
189187

190188
# Not used directly, but these are widely used transitive dependencies
191189
httpclientVersion=4.5.14
@@ -228,7 +226,7 @@ jodaTimeVersion=2.13.0
228226
# brought in transitively from guava and other google packages. Need to resolve consistently
229227
jsr305Version=3.0.2
230228

231-
orgJsonVersion=20240303
229+
orgJsonVersion=20250107
232230

233231
jsoupVersion=1.18.3
234232

@@ -246,8 +244,8 @@ luceneVersion=9.12.1
246244

247245
mssqlJdbcVersion=12.8.1.jre11
248246

249-
# forced compatibility between docker and UserReg-WS
250-
nettyVersion=4.1.116.Final
247+
# docker dependency: forced to mitigate CVEs in 4.1.46
248+
nettyVersion=4.1.117.Final
251249

252250
objenesisVersion=1.0
253251

@@ -264,7 +262,7 @@ poiVersion=5.3.0
264262

265263
pollingWatchVersion=0.2.0
266264

267-
postgresqlDriverVersion=42.7.4
265+
postgresqlDriverVersion=42.7.5
268266

269267
quartzVersion=2.5.0
270268

@@ -291,7 +289,7 @@ springBootVersion=3.4.1
291289
# This usually matches the Spring Framework version dictated by springBootVersion
292290
springVersion=6.2.1
293291

294-
sqliteJdbcVersion=3.47.1.0
292+
sqliteJdbcVersion=3.48.0.0
295293

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

0 commit comments

Comments
 (0)