Skip to content

Commit

Permalink
bump: byte-buddy 1.14.19 (was 1.14.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2024
1 parent 4386cd0 commit 116196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
val Mockito = Seq(
"org.mockito" % "mockito-core" % mockitoVersion % Test,
// Force bump byte-buddy for JDK 21
"net.bytebuddy" % "byte-buddy" % "1.14.12" % Test
"net.bytebuddy" % "byte-buddy" % "1.14.19" % Test
)

// Releases https://github.com/FasterXML/jackson-databind/releases
Expand Down

0 comments on commit 116196b

Please sign in to comment.