Skip to content

Commit 969b323

Browse files
committed
Update cyclonedx-core-java to 12.1.0
1 parent d4afa58 commit 969b323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Dependencies {
88
lazy val library = Seq(
99
"io.circe" %% "circe-generic" % "0.14.15",
1010
"io.circe" %% "circe-parser" % "0.14.15",
11-
"org.cyclonedx" % "cyclonedx-core-java" % "11.0.1",
11+
"org.cyclonedx" % "cyclonedx-core-java" % "12.1.0",
1212
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
1313
"org.scalamock" %% "scalamock" % "7.5.5" % Test
1414
)

0 commit comments

Comments
 (0)