Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.14.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 36c9a11 commit c6855e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ lazy val agent = project
moduleName := "semanticdb-agent",
libraryDependencies ++=
List(
"net.bytebuddy" % "byte-buddy" % "1.11.9",
"net.bytebuddy" % "byte-buddy" % "1.14.9",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.21"
),
Compile / packageBin / packageOptions +=
Expand Down

0 comments on commit c6855e2

Please sign in to comment.