From f6a508fa6862df715cdd262dcb7ad7e5c8571b01 Mon Sep 17 00:00:00 2001 From: Chris Povirk Date: Tue, 25 Jan 2022 08:01:31 -0800 Subject: [PATCH] Bump more deps. 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=https://github.com/google/error-prone/pull/2901 from cpovirk:moredeps a111ca1d7739a9210f26695096716863ec432b05 PiperOrigin-RevId: 424082806 --- check_api/pom.xml | 2 +- core/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/check_api/pom.xml b/check_api/pom.xml index 3194610d664..4a023c78089 100644 --- a/check_api/pom.xml +++ b/check_api/pom.xml @@ -86,7 +86,7 @@ org.hamcrest hamcrest-core - 1.3 + 2.2 test diff --git a/core/pom.xml b/core/pom.xml index 7b359ed496e..b8c2dac47a5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -172,28 +172,28 @@ com.google.inject guice - 5.0.1 + 5.1.0 test com.google.inject.extensions guice-assistedinject - 5.0.1 + 5.1.0 test com.google.inject.extensions guice-servlet - 5.0.1 + 5.1.0 test com.google.inject.extensions guice-testlib - 5.0.1 + 5.1.0 test @@ -290,7 +290,7 @@ io.netty netty-all - 4.1.73.Final + 5.0.0.Alpha2 test