diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 264cb0d..6197ea5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -15,7 +15,7 @@ object Dependencies {
   val alloyCore          = "com.disneystreaming.alloy"     % "alloy-core"                % "0.3.14"
   val alloyOpenapi       = "com.disneystreaming.alloy"    %% "alloy-openapi"             % "0.3.14"
 
-  val classgraph    = "io.github.classgraph" % "classgraph" % "4.8.177"
+  val classgraph    = "io.github.classgraph" % "classgraph" % "4.8.179"
   val smithyVersion = "1.52.0"
   val testTraits    =
     "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion