From 3e02f172d903ab4a57c00de0fb68771bd3c36bcc Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Wed, 15 Nov 2023 00:19:04 +0000 Subject: [PATCH 1/3] chore: update classgraph from 4.8.163 to 4.8.164 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8ffc0d16..bc5c026d 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.163" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.164" val smithyVersion = "1.40.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion From 72283d2756a56a7b5cc0e5d329ed0e16cac89f9d Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 16 Nov 2023 00:18:09 +0000 Subject: [PATCH 2/3] Revert commit(s) 3e02f17 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bc5c026d..8ffc0d16 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.163" val smithyVersion = "1.40.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion From 1cd05f2b7899fbb0b79ac30a800decf89da3c229 Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Thu, 16 Nov 2023 00:18:14 +0000 Subject: [PATCH 3/3] chore: update classgraph from 4.8.163 to 4.8.164 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e964946b..0114f1e2 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.163" + val classgraph = "io.github.classgraph" % "classgraph" % "4.8.164" val smithyVersion = "1.41.0" val testTraits = "software.amazon.smithy" % "smithy-protocol-test-traits" % smithyVersion