Skip to content

Commit

Permalink
Update cyclonedx-core-java to 10.0.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 13, 2024
1 parent 16d8b33 commit f14fd7a
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 @@ -4,7 +4,7 @@ object Dependencies {
lazy val library = Seq(
"io.circe" %% "circe-generic" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10",
"org.cyclonedx" % "cyclonedx-core-java" % "9.1.0",
"org.cyclonedx" % "cyclonedx-core-java" % "10.0.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.scalamock" %% "scalamock" % "6.0.0" % Test
)
Expand Down

0 comments on commit f14fd7a

Please sign in to comment.