From f8813ff5b6605fcafed9c2451c2bbf07264b93da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:27:09 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d8860a..a9e8bc0a 100644 --- a/build.sbt +++ b/build.sbt @@ -96,7 +96,7 @@ lazy val agent = project moduleName := "semanticdb-agent", libraryDependencies ++= List( - "net.bytebuddy" % "byte-buddy" % "1.11.9", + "net.bytebuddy" % "byte-buddy" % "1.17.0", "net.bytebuddy" % "byte-buddy-agent" % "1.15.7" ), Compile / packageBin / packageOptions +=