Skip to content

Commit b4c4fe1

Browse files
bump: com.ibm.mq.allclient 9.4.3.0 (was 9.3.5.1) (#3420)
1 parent df20ef0 commit b4c4fe1

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
@@ -370,7 +370,7 @@ object Dependencies {
370370
val Jms = Seq(
371371
libraryDependencies ++= Seq(
372372
"javax.jms" % "jms" % "1.1" % Provided, // CDDL + GPLv2
373-
"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
373+
"com.ibm.mq" % "com.ibm.mq.allclient" % "9.4.3.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
374374
"org.apache.activemq" % "activemq-broker" % "5.16.7" % Test, // ApacheV2
375375
"org.apache.activemq" % "activemq-client" % "5.16.7" % Test, // ApacheV2
376376
"io.github.sullis" %% "jms-testkit" % "1.0.4" % Test // ApacheV2

0 commit comments

Comments
 (0)