-
Notifications
You must be signed in to change notification settings - Fork 3k
Update Maven Surefire & Failsafe plugins to 3.5.4 #50092
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
Conversation
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
I think there's at least this one missing:
<version.surefire.plugin>3.5.3</version.surefire.plugin> |
I know about it because we got some Dependabot errors due to the misalignment.
Maybe we should have a script that handles this? It has been quite a pain.
64248be
to
7350a1e
Compare
Done. Script may be a little hard as there are some cases like; independent-projects/tools/devtools-testing/src/main/java/io/quarkus/devtools/testing/codestarts/QuarkusCodestartTesting.java and this in a view places; The one I had missed was 3.5.3 instead of 3.5.2. I wonder if that was dependabot? Maybe it should not handle surefire if it causes mismatch? I did another manual look and I believe it is fine now. |
Status for workflow
|
Status for workflow
|
Fixes #50076