-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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 |
Pull Request Template
What does this PR do?
junit-jupiter-engine
andjunit-jupiter-params
) with thejunit-jupiter
aggregator package https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupitermockito-junit-jupiter
dependency to the parentpom.xml
as it was previously declared with explicit versions in some modules. Also, excludingjunit-jupiter-api
from this dependency since the latestmockito-junit-jupiter
version includes older version ofjunit-jupiter-api
, which was causing test failures.SimpleFileWriterTest
to be compatible with JUnit 5.Fixes #3259