Skip to content

Commit f03bf50

Browse files
authored
Merge pull request #325 from sourcegraph/renovate/net.bytebuddy-byte-buddy-agent-1.x
2 parents 8d49200 + cad5e59 commit f03bf50

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
@@ -90,7 +90,7 @@ lazy val agent = project
9090
libraryDependencies ++=
9191
List(
9292
"net.bytebuddy" % "byte-buddy" % "1.11.9",
93-
"net.bytebuddy" % "byte-buddy-agent" % "1.11.12"
93+
"net.bytebuddy" % "byte-buddy-agent" % "1.11.16"
9494
),
9595
Compile / packageBin / packageOptions +=
9696
Package.ManifestAttributes(

0 commit comments

Comments
 (0)