From be36fcf8bebab9edad91cb5b470951dd2ebf801a Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Fri, 17 Nov 2023 00:18:51 +0000 Subject: [PATCH] chore: update classgraph from 4.8.164 to 4.8.165 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0114f1e2..335fe435 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,7 +14,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.2.8" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.2.8" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.164" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.165" val smithyVersion = "1.41.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion