Skip to content

Bump more deps.#2901

Closed
cpovirk wants to merge 1 commit intogoogle:masterfrom
cpovirk:moredeps
Closed

Bump more deps.#2901
cpovirk wants to merge 1 commit intogoogle:masterfrom
cpovirk:moredeps

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.

2 participants