You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: project/Dependencies.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ object Dependencies {
370
370
valJms=Seq(
371
371
libraryDependencies ++=Seq(
372
372
"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
0 commit comments