Skip to content

Commit 1bb739f

Browse files
Update activemq-broker, activemq-client to 5.16.1 (#82)
1 parent ac559ad commit 1bb739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
2323

2424
parallelExecution := true
2525

26-
val activeMqVersion = "5.16.0"
26+
val activeMqVersion = "5.16.1"
2727

2828
libraryDependencies ++= Seq(
2929
"org.apache.activemq" % "activemq-broker" % activeMqVersion,

0 commit comments

Comments
 (0)