Skip to content

Commit

Permalink
Update activemq-broker, activemq-pool to 5.17.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p authored Jun 13, 2022
1 parent 478241f commit af75ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy val root = (project in file("."))
"com.amazonaws" % "aws-java-sdk-core" % "1.12.189" exclude ("*", "*"), // fixme after https://github.com/testcontainers/testcontainers-java/issues/4279
"com.dimafeng" %% "testcontainers-scala-mockserver" % "0.40.4",
"org.mock-server" % "mockserver-client-java" % "5.13.0",
"org.apache.activemq" % "activemq-broker" % "5.17.0",
"org.apache.activemq" % "activemq-broker" % "5.17.1",
"org.typelevel" %% "log4cats-core" % Versions.Log4Cats,
"org.typelevel" %% "log4cats-slf4j" % Versions.Log4Cats,
"ch.qos.logback" % "logback-classic" % "1.2.11"
Expand Down Expand Up @@ -98,7 +98,7 @@ lazy val activemq = module("activemq", directory = "connectors")
name := "pass4s-connector-activemq",
libraryDependencies ++= Seq(
"com.lightbend.akka" %% "akka-stream-alpakka-jms" % "3.0.4",
"org.apache.activemq" % "activemq-pool" % "5.17.0",
"org.apache.activemq" % "activemq-pool" % "5.17.1",
"org.typelevel" %% "log4cats-core" % Versions.Log4Cats
),
headerSources / excludeFilter := HiddenFileFilter || "taps.scala"
Expand Down

0 comments on commit af75ad7

Please sign in to comment.