From 4fbf8bbfb69d36cb7070fc27e8b253796fbf7e7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:40:37 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.15.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f89e886c..178f6240 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.2", "net.bytebuddy" % "byte-buddy-agent" % "1.11.21" ), Compile / packageBin / packageOptions +=