From 8e380b94f4b1c8912b49899cdb72d3141520cda2 Mon Sep 17 00:00:00 2001 From: Amrit K Kandola Date: Wed, 23 Oct 2019 15:59:04 +0100 Subject: [PATCH] Closes #242 - update jmstests to use latest version (#33) * Closes #242 - update jmstests to use latest version * added class files to git ignore --- test/messaging/.gitignore | 1 + test/messaging/pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/test/messaging/.gitignore b/test/messaging/.gitignore index b04e6bf..63ce57b 100644 --- a/test/messaging/.gitignore +++ b/test/messaging/.gitignore @@ -1,5 +1,6 @@ .classpath .gradle +*.class .project .settings bin diff --git a/test/messaging/pom.xml b/test/messaging/pom.xml index 90a3a99..bbdd556 100644 --- a/test/messaging/pom.xml +++ b/test/messaging/pom.xml @@ -26,25 +26,25 @@ limitations under the License. com.ibm.mq com.ibm.mq.allclient - 9.0.5.0 + 9.1.3.0 compile org.junit.jupiter junit-jupiter-api - 5.3.2 + 5.5.2 compile org.junit.jupiter junit-jupiter-engine - 5.3.2 + 5.5.2 runtime org.junit.platform junit-platform-console-standalone - 1.3.2 + 1.5.2 runtime