Skip to content

Commit ac6dd91

Browse files
RamSubbaraoGitHub Enterprise
authored andcommitted
update junit version in test (#895)
1 parent 1fc5a43 commit ac6dd91

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
@@ -1,5 +1,5 @@
11
<!--
2-
© Copyright IBM Corporation 2018, 2024
2+
© Copyright IBM Corporation 2018, 2025
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -32,19 +32,19 @@ limitations under the License.
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter-api</artifactId>
35-
<version>5.11.3</version>
35+
<version>5.12.1</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter-engine</artifactId>
41-
<version>5.11.3</version>
41+
<version>5.12.1</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.11.3</version>
47+
<version>1.12.1</version>
4848
<scope>runtime</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)