Skip to content

Commit 8d1e81d

Browse files
Sravani ShibbalaGitHub Enterprise
authored andcommitted
Update jave dependency in cd (#1066)
* Update jave dependency in cd * Update the junit version
1 parent 4364ad5 commit 8d1e81d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/messaging/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ limitations under the License.
2626
<dependency>
2727
<groupId>com.ibm.mq</groupId>
2828
<artifactId>com.ibm.mq.allclient</artifactId>
29-
<version>9.4.3.0</version>
29+
<version>9.4.4.0</version>
3030
<scope>compile</scope>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter-api</artifactId>
35-
<version>5.13.1</version>
35+
<version>5.14.0</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter-engine</artifactId>
41-
<version>5.13.1</version>
41+
<version>5.14.0</version>
4242
<scope>runtime</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.junit.platform</groupId>
4646
<artifactId>junit-platform-console-standalone</artifactId>
47-
<version>1.13.1</version>
47+
<version>1.14.0</version>
4848
<scope>runtime</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)