Skip to content

Commit 5687edc

Browse files
committed
Merge 25.3 to 25.6
2 parents 143cee8 + 9ab5164 commit 5687edc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dependencyCheckSuppression.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,14 @@
185185
<packageUrl regex="true">^pkg:maven/org\.labkey\.api/labkey-client-api@.*$</packageUrl>
186186
<cve>CVE-2019-3913</cve>
187187
</suppress>
188+
189+
<!-- False positive - mxparser is not XStream -->
190+
<suppress>
191+
<notes><![CDATA[
192+
file name: mxparser-1.2.2.jar
193+
]]></notes>
194+
<packageUrl regex="true">^pkg:maven/io\.github\.x-stream/mxparser@.*$</packageUrl>
195+
<cpe>cpe:/a:xstream:xstream</cpe>
196+
</suppress>
197+
188198
</suppressions>

gradle.properties

Lines changed: 1 addition & 1 deletion
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.10.1
124+
commonsBeanutilsVersion=1.11.1
125125
commonsCodecVersion=1.18.0
126126
commonsCollections4Version=4.5.0
127127
commonsCollectionsVersion=3.2.2

0 commit comments

Comments
 (0)