nrknithin commented on code in PR #4270:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4270#discussion_r3232706028
##########
kogito-build/kogito-dependencies-bom/pom.xml:
##########
@@ -137,12 +140,14 @@
<version.org.assertj>3.27.7</version.org.assertj>
<version.org.glassfish.jaxb>4.0.6</version.org.glassfish.jaxb>
<version.org.json-unit-assertj>2.9.0</version.org.json-unit-assertj>
- <version.org.hamcrest>2.2</version.org.hamcrest> <!-- else old version
coming from Mockito wins and breaks tests -->
+ <version.org.hamcrest>3.0</version.org.hamcrest> <!-- else old version
coming from Mockito wins and breaks tests -->
<version.org.junit>4.13.2</version.org.junit>
- <version.org.junit.jupiter>5.13.4</version.org.junit.jupiter>
- <version.org.junit.platform>1.13.4</version.org.junit.platform><!--
otherwise Quarkus brings its own, silently disabling some tests -->
+ <version.org.junit.jupiter>6.0.3</version.org.junit.jupiter>
+ <version.org.junit.platform>6.0.3</version.org.junit.platform><!-- JUnit 6
unified versioning: platform shares the jupiter version (junit-bom 6.0.3);
otherwise Quarkus brings its own, silently disabling some tests -->
Review Comment:
@yesamer Done. Consolidated version.org.junit.jupiter +
version.org.junit.platform → version.org.junit (matches drools PR #6686).
Renamed the existing version.org.junit (JUnit 4) → version.org.junit4 so both
JUnit pins share the same prefix family and the major version is explicit. Both
repos now use version.org.junit4 = 4.13.2 and version.org.junit = 6.0.3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]