From 656504eb9ac75d60ac971679d14d7b52c2bbc9f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 23:06:35 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy-agent to v1.17.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dcef9e87..5f7afd99 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,7 @@ lazy val agent = project libraryDependencies ++= List( "net.bytebuddy" % "byte-buddy" % "1.11.9", - "net.bytebuddy" % "byte-buddy-agent" % "1.15.7" + "net.bytebuddy" % "byte-buddy-agent" % "1.17.7" ), Compile / packageBin / packageOptions += Package.ManifestAttributes(