Skip to content

Commit

Permalink
Update mq allclient, log4j and junit to latest versionclient
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Hanson <[email protected]>
Signed-off-by: Joel Hanson <[email protected]>
  • Loading branch information
Joel-hanson committed Sep 25, 2023
1 parent 1680e74 commit 6c606dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
<dependency>
<groupId>com.ibm.mq</groupId>
<artifactId>com.ibm.mq.allclient</artifactId>
<version>9.1.5.0</version>
<version>9.3.3.1</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<version>2.0.7</version>
<scope>test</scope>
</dependency>

Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.2</version>
<version>1.17.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6c606dc

Please sign in to comment.