Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy-agent to v1.15.7 (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent dc855d2 commit 439a0f9
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 @@ -97,7 +97,7 @@ lazy val agent = project
libraryDependencies ++=
List(
"net.bytebuddy" % "byte-buddy" % "1.11.9",
"net.bytebuddy" % "byte-buddy-agent" % "1.11.21"
"net.bytebuddy" % "byte-buddy-agent" % "1.15.7"
),
Compile / packageBin / packageOptions +=
Package.ManifestAttributes(
Expand Down

0 comments on commit 439a0f9

Please sign in to comment.