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 85d956f282..2d66b83b58 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -44,7 +44,7 @@ buildFromSource=true
# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
-labkeyVersion=25.3.10
+labkeyVersion=25.3.11
labkeyClientApiVersion=6.2.0
# Version numbers for the various binary artifacts that are included when
@@ -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.0
+commonsBeanutilsVersion=1.11.0
commonsCodecVersion=1.17.1
commonsCollections4Version=4.4
commonsCollectionsVersion=3.2.2