Skip to content

Commit

Permalink
bump: artemis-jakarta-client, ... 2.37.0 (was 2.33.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and ennru committed Sep 30, 2024
1 parent 6ac2970 commit dd1b2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ object Dependencies {
val JakartaJms = Seq(
libraryDependencies ++= Seq(
"jakarta.jms" % "jakarta.jms-api" % "3.1.0", // Eclipse Public License 2.0 + + GPLv2
("org.apache.activemq" % "artemis-jakarta-server" % "2.33.0" % Test).exclude("org.slf4j", "slf4j-api"),
("org.apache.activemq" % "artemis-jakarta-client" % "2.33.0" % Test).exclude("org.slf4j", "slf4j-api")
("org.apache.activemq" % "artemis-jakarta-server" % "2.37.0" % Test).exclude("org.slf4j", "slf4j-api"),
("org.apache.activemq" % "artemis-jakarta-client" % "2.37.0" % Test).exclude("org.slf4j", "slf4j-api")
) ++ Mockito
)

Expand Down

0 comments on commit dd1b2d9

Please sign in to comment.