Skip to content

Commit 78ff6ea

Browse files
bump: com.ibm.mq.allclient 9.3.5.1 (was 9.3.5.0) (#3176)
1 parent 5ad2649 commit 78ff6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ object Dependencies {
347347
val Jms = Seq(
348348
libraryDependencies ++= Seq(
349349
"javax.jms" % "jms" % "1.1" % Provided, // CDDL + GPLv2
350-
"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
350+
"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
351351
"org.apache.activemq" % "activemq-broker" % "5.16.7" % Test, // ApacheV2
352352
"org.apache.activemq" % "activemq-client" % "5.16.7" % Test, // ApacheV2
353353
"io.github.sullis" %% "jms-testkit" % "1.0.4" % Test // ApacheV2

0 commit comments

Comments
 (0)