Skip to content
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

Bump more deps. #2901

Closed
wants to merge 1 commit into from
Closed

Bump more deps. #2901

wants to merge 1 commit into from

Conversation

cpovirk
Copy link
Member

@cpovirk cpovirk commented Jan 25, 2022

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

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
@cpovirk cpovirk changed the title This is *almost* everything surfaced by a command like the one I used for some of our libraries, as in CL 348090041: Bump more deps. Jan 25, 2022
@cpovirk cpovirk requested a review from cushon January 25, 2022 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants