From f217d5da44dd7271029e4d8963556419c123ac93 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sat, 20 Apr 2024 00:18:12 +0000 Subject: [PATCH] chore: update classgraph from 4.8.168 to 4.8.172 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e6475a3e..ea5e57ec 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -15,7 +15,7 @@ object Dependencies { val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.6" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.6" - val classgraph = "io.github.classgraph" % "classgraph" % "4.8.168" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.172" val smithyVersion = "1.45.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion