From 0bf6aeb493130e12709bcc28355cb72ddae68d95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:55:08 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy-agent to v1.17.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d8860a..95d98303 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.6" ), Compile / packageBin / packageOptions += Package.ManifestAttributes(