diff --git a/dependencyCheckSuppression.xml b/dependencyCheckSuppression.xml
index e38b2c81d9..844103d7fe 100644
--- a/dependencyCheckSuppression.xml
+++ b/dependencyCheckSuppression.xml
@@ -378,5 +378,14 @@
^pkg:maven/org\.springframework/spring-web@.*$
CVE-2024-38828
+
+
+
+
+ ^pkg:maven/org\.apache\.tomcat/tomcat-catalina@.*$
+ CVE-2024-56337
+
diff --git a/gradle.properties b/gradle.properties
index 1fd46d529b..570d956c55 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=24.11.3
+labkeyVersion=24.11.4
labkeyClientApiVersion=6.2.0
# Version numbers for the various binary artifacts that are included when
@@ -95,9 +95,9 @@ annotationsVersion=15.0
antVersion=1.10.13
#Unifying version used by DISCVR and Premium
-apacheDirectoryVersion=2.1.3
+apacheDirectoryVersion=2.1.7
#Transitive dependency of Apache directory: 2.0.18 contains some regressions
-apacheMinaVersion=2.2.1
+apacheMinaVersion=2.2.4
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
apacheTomcatVersion=10.1.34