KAFKA-19395 - Updated Junit and mockito version and license information in NOTICE-binary for Jakarta RESTful Web Services Project
Jira - https://issues.apache.org/jira/browse/KAFKA-19395
Updated Junit version and license information in NOTICE-binary for Jakarta RESTful Web Services Project
Github pom.xml for Jakarta rest project - https://github.com/jakartaee/rest/blob/36de36005d52fc06fc050aa6def415abb255a539/pom.xml#L114
Maven for Junit 5.10.2 version - https://mvnrepository.com/artifact/org.junit/junit-bom/5.10.2
@kapoorpalak21999 thanks for your contribution. you has another ticket (KAFKA-19399) to fix mockito version, but it would be cool if this PR can fix all of out-of-date versions. WDYT?
@chia7712 Sure. I will update the versions in the same PR itself. Thanks
Jira - https://issues.apache.org/jira/browse/KAFKA-19399
Updated Mockito version and source link in NOTICE-binary for Jakarta RESTful Web Services Project
Github pom.xml for Jakarta rest project - https://github.com/jakartaee/rest/blob/36de36005d52fc06fc050aa6def415abb255a539/pom.xml#L118
A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.
Hi @chia7712 , Can you please help to review and merge this PR. Thanks!
Hi @kapoorpalak21999 , thanks for the patch. The JUnit and Mockito versions you mentioned seem to come from the Jakarta RESTful Web Services Project, not the ones Kafka itself uses (JUnit 5.13.1, Mockito 5.14.2).
However, JUnit 5.10.2 and Mockito 5.11.0 are from the latest Web Services release, which Kafka may not depend on, could you check which Web Services version Kafka actually uses, so that we can determine the correct JUnit and Mockito versions?
thanks for the patch. The JUnit and Mockito versions you mentioned seem to come from the Jakarta RESTful Web Services Project, not the ones Kafka itself uses (JUnit 5.13.1, Mockito 5.14.2).
yes, that is right. My previous comment is incorrect.