diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ff9e52e0..d2fe16dd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.9" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.9" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.172" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.173" val smithyVersion = "1.48.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion