-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
ENHANCEMENT: bump junit.version from 5.11.4 to 5.12.2 + clean up #3272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
⏳ Analyzing changes in this PR... ⏳ This might take a few minutes, please wait 📥 CommitsAnalyzing changes from base ( 📁 Files being considered (30)🔄 abstract-document/pom.xml (1 hunk) autogenerated by presubmit.ai |
|
|
hi @iluwatar, |
|
This PR is stale because it has been open 60 days with no activity. |
|
Its pending review |
|
This PR is stale because it has been open 60 days with no activity. |



Pull Request Template
What does this PR do?
junit-jupiter-engineandjunit-jupiter-params) with thejunit-jupiteraggregator package https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupitermockito-junit-jupiterdependency to the parentpom.xmlas it was previously declared with explicit versions in some modules. Also, excludingjunit-jupiter-apifrom this dependency since the latestmockito-junit-jupiterversion includes older version ofjunit-jupiter-api, which was causing test failures.SimpleFileWriterTestto be compatible with JUnit 5.Fixes #3259