diff --git a/dependencyCheckSuppression.xml b/dependencyCheckSuppression.xml index 6682f78b73..5f8f9d157b 100644 --- a/dependencyCheckSuppression.xml +++ b/dependencyCheckSuppression.xml @@ -185,4 +185,14 @@ ^pkg:maven/org\.labkey\.api/labkey-client-api@.*$ CVE-2019-3913 + + + + + ^pkg:maven/io\.github\.x-stream/mxparser@.*$ + cpe:/a:xstream:xstream + + diff --git a/gradle.properties b/gradle.properties index 5389e4b33f..7516287bcd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -121,7 +121,7 @@ commonmarkVersion=0.24.0 # the beanutils version is not the default version brought from commons-validator and/or commons-digester # in the :server:api module but is required for some of our code to compile -commonsBeanutilsVersion=1.10.1 +commonsBeanutilsVersion=1.11.0 commonsCodecVersion=1.18.0 commonsCollections4Version=4.5.0 commonsCollectionsVersion=3.2.2