From b3f4d2f1baf19d3eb26dd94a48ec3c27f46f5aae Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Wed, 5 Jun 2024 02:59:20 +0200 Subject: [PATCH] Update classgraph to 4.8.173 (#3823) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f978df4b9f..326b32820d 100644 --- a/build.sbt +++ b/build.sbt @@ -512,7 +512,7 @@ lazy val perfTests: ProjectMatrix = (projectMatrix in file("perf-tests")) "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.1", "nl.grons" %% "metrics4-scala" % Versions.metrics4Scala % Test, "com.lihaoyi" %% "scalatags" % Versions.scalaTags % Test, - "io.github.classgraph" % "classgraph" % "4.8.172", + "io.github.classgraph" % "classgraph" % "4.8.173", "org.http4s" %% "http4s-core" % Versions.http4s, "org.http4s" %% "http4s-dsl" % Versions.http4s, "org.http4s" %% "http4s-blaze-server" % Versions.http4sBlazeServer,