Skip to content

Commit 82ba1ef

Browse files
bhavyahemroot
authored and
GitHub Enterprise
committed
Update Java test dependencies (#887)
Co-authored-by: root <root@apparmorproper1.fyre.ibm.com>
1 parent 78018f9 commit 82ba1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/messaging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)