Skip to content

Commit f456efd

Browse files
authored
Merge pull request #273 from sourcegraph/renovate/net.bytebuddy-byte-buddy-1.x
Update dependency net.bytebuddy:byte-buddy to v1.11.9
2 parents 346dc5d + 98ae307 commit f456efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lazy val agent = project
8989
moduleName := "semanticdb-agent",
9090
libraryDependencies ++=
9191
List(
92-
"net.bytebuddy" % "byte-buddy" % "1.10.22",
92+
"net.bytebuddy" % "byte-buddy" % "1.11.9",
9393
"net.bytebuddy" % "byte-buddy-agent" % "1.11.8"
9494
),
9595
Compile / packageBin / packageOptions +=

0 commit comments

Comments
 (0)