Skip to content

Commit 4df1e80

Browse files
committed
XCOMMONS-3271: Upgrade to Junit 5.12.1
1 parent f5eac61 commit 4df1e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191

9292
<!-- JUnit -->
9393
<junit.version>4.13.2</junit.version>
94-
<junit5.version>5.12.0</junit5.version>
95-
<junit.platform.version>1.12.0</junit.platform.version>
94+
<junit5.version>5.12.1</junit5.version>
95+
<junit.platform.version>1.12.1</junit.platform.version>
9696
<junit.vintage.version>${junit5.version}</junit.vintage.version>
9797

9898
<!-- We are stuck with Surefire 2.22.2 because of a regression related to @RunWith-based tests.

0 commit comments

Comments
 (0)