diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7f4932cc..ec8e9054 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.5" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.5" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.168" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.170" val smithyVersion = "1.45.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion