-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is *almost* everything surfaced by a command like the one I used for some of our libraries, as in CL 348090041: ``` ( for F in $(find -name pom.xml); do ( mvn org.codehaus.mojo:versions-maven-plugin:2.8.1:update-properties org.codehaus.mojo:versions-maven-plugin:2.8.1:use-latest-releases -f $F -DgenerateBackupPoms=false ); done ) ``` Note that this covers *dependencies* but not *plugins*. Note also that I had to revert some updates because of breakages: - EasyMock - Hamcrest - test-parameter-injector because it transitively updated protobuf - conceivably other things that I've forgotten Fixes #2901 COPYBARA_INTEGRATE_REVIEW=#2901 from cpovirk:moredeps a111ca1 PiperOrigin-RevId: 424082806
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters