From 35a6c48a19b26b635e87d6b94735c0b4b45e7326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:59:33 +0000 Subject: [PATCH] Update dependency net.bytebuddy:byte-buddy to v1.15.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eaa153c8..e70ba03f 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.1", "net.bytebuddy" % "byte-buddy-agent" % "1.11.21" ), Compile / packageBin / packageOptions +=