Skip to content

Commit

Permalink
JUnit platform dep should be 1.9.0; add a comment linking it and Spoc…
Browse files Browse the repository at this point in the history
…k dep together
  • Loading branch information
manovotn committed Mar 28, 2024
1 parent a8a315d commit d28511a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@
<!-- Versions -->
<version.junit4>4.13.2</version.junit4>
<version.junit.jupiter>5.10.2</version.junit.jupiter>
<!-- version.spock and version.junit.platform should be upgraded together -->
<!-- see https://github.com/weld/weld-testing/pull/184#issuecomment-2024300488 -->
<version.spock>2.3-groovy-3.0</version.spock>
<version.junit.platform>1.10.2</version.junit.platform>
<version.junit.platform>1.9.0</version.junit.platform>
<version.groovy>3.0.21</version.groovy>
<version.weld>5.1.2.Final</version.weld>
<version.mockito>5.11.0</version.mockito>
Expand Down

0 comments on commit d28511a

Please sign in to comment.