From 4fc7288fdc9e9ffbc58c8d49135b540907eaa5fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 09:40:39 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.15.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c2d8860a..0aa44ba8 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.15.11", "net.bytebuddy" % "byte-buddy-agent" % "1.15.7" ), Compile / packageBin / packageOptions +=