This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 92e1e833e Update classgraph to 4.8.186 (#1188)
92e1e833e is described below

commit 92e1e833e6131d7005b9323b070d276dd0851217
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jul 28 22:59:21 2026 +0200

    Update classgraph to 4.8.186 (#1188)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2dcdba96c..aeb2ffa20 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
   val h2specArtifactExtension = if (h2specExe.endsWith("exe")) "zip" else 
"tar.gz"
   val h2specUrl =
     
s"https://github.com/summerwind/h2spec/releases/download/v$h2specVersion/$h2specName.$h2specArtifactExtension";
-  val classGraphVersion = "4.8.184"
+  val classGraphVersion = "4.8.186"
 
   val scalaTestVersion = "3.2.20"
   val scalaCheckVersion = "1.19.0"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to