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