-
Notifications
You must be signed in to change notification settings - Fork 4k
MINOR: [Java] Bump org.apache.maven.plugins:maven-dependency-plugin from 3.1.2 to 3.6.1 (manual update) #40149
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
|
@github-actions crossbow submit java |
|
Revision: f62b7746d31ec3308eb7a6c486db1dd791ccd453 Submitted crossbow builds: ursacomputing/crossbow @ actions-25ce96495f |
|
@github-actions crossbow submit java |
|
Revision: 94a94b343c05de7cee39e11d945e7d5505b39786 Submitted crossbow builds: ursacomputing/crossbow @ actions-d328cd87db |
|
@davisusanibar @danepitkin could you please take look? |
|
We could also stop using ByteBufferBackedInputStream |
java/pom.xml
Outdated
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.
Is the comment above this line still applicable?
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.
Need to make a choice regarding the option we should take.
94a94b3 to
1ad01b5
Compare
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.
Hmm, will this work? We need this to be in the JAR so we can run this for integration tests.
|
Closing this PR in favor of a waiting for a suitable plugin version update. |
Rationale for this change
The dependabot PR includes a modification to upgrade the maven dependency plugin usage from 3.1.2 to 3.6.1. But just updating the versions doesn't do the expected. This is a replacement PR which completes the required upgrade.
What changes are included in this PR?
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.1.2 to 3.6.1.
Required minor refactor of
Integrationutil to be moved to tests from source.Are these changes tested?
Tested by existing test cases.
Are there any user-facing changes?
No