Skip to content

Commit

Permalink
bump: com.ibm.mq.allclient 9.3.5.1 (was 9.3.5.0) (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent 5ad2649 commit 78ff6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ object Dependencies {
val Jms = Seq(
libraryDependencies ++= Seq(
"javax.jms" % "jms" % "1.1" % Provided, // CDDL + GPLv2
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.0" % Test, // IBM International Program License Agreement https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/maven/licenses/L-APIG-AZYF2E/LI_en.html
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.3.5.1" % Test, // IBM International Program License Agreement https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/maven/licenses/L-APIG-AZYF2E/LI_en.html
"org.apache.activemq" % "activemq-broker" % "5.16.7" % Test, // ApacheV2
"org.apache.activemq" % "activemq-client" % "5.16.7" % Test, // ApacheV2
"io.github.sullis" %% "jms-testkit" % "1.0.4" % Test // ApacheV2
Expand Down

0 comments on commit 78ff6ea

Please sign in to comment.