Skip to content

Commit

Permalink
Merge pull request #241 from scala-steward/update/com.ibm.mq.allclien…
Browse files Browse the repository at this point in the history
…t-9.2.4.0

Update com.ibm.mq.allclient to 9.2.4.0
  • Loading branch information
mergify[bot] authored Jan 10, 2022
2 parents 78d18c1 + 742d9ba commit d6dba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(

val catsV = "2.7.0"
val jmsV = "2.0.1"
val ibmMQV = "9.2.3.0"
val ibmMQV = "9.2.4.0"
val activeMQV = "2.19.0"
val catsEffectV = "3.3.4"
val catsEffectScalaTestV = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

ibmmq:
image: ibmcom/mq:9.2.3.0-r1 # https://github.com/ibm-messaging/mq-container
image: ibmcom/mq:9.2.4.0-r1 # https://github.com/ibm-messaging/mq-container
ports:
- "1414:1414"
- "9443:9443" # https://localhost:9443/ibmmq/console/
Expand Down

0 comments on commit d6dba36

Please sign in to comment.