Skip to content

Commit

Permalink
Update activemq-broker, activemq-client to 5.16.7 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 29, 2023
1 parent 50bc9b2 commit 030f9bc
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 @@ -23,7 +23,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

parallelExecution := true

val activeMqVersion = "5.16.5"
val activeMqVersion = "5.16.7"

libraryDependencies ++= Seq(
"org.apache.activemq" % "activemq-broker" % activeMqVersion,
Expand Down

0 comments on commit 030f9bc

Please sign in to comment.