From 654b1d98b76f769dc7576d0999d2d3dcf21c6e90 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Fri, 5 Jan 2024 09:13:13 -0800 Subject: [PATCH] Bump deps. Prompted by https://github.com/google/error-prone/issues/4242 (`mvn org.codehaus.mojo:versions-maven-plugin:2.16.2:{update-properties,use-latest-releases} -DgenerateBackupPoms=false -f third_party/java_src/error_prone/project/pom.xml -Dexcludes=org.hamcrest:hamcrest-core,org.hamcrest:hamcrest-library,com.google.inject.extensions:guice-assistedinject,com.google.inject.extensions:guice-servlet,com.google.inject.extensions:guice-testlib`. Without the exclusions, I got test errors. The Hamcrest ones might be related to API changes? The Guice ones might be related to getting out of sync with `guice.version`, which the `mvn` command does not update?) PiperOrigin-RevId: 596010863 --- check_api/pom.xml | 2 +- core/pom.xml | 18 +++++++++--------- docgen/pom.xml | 6 +++--- docgen_processor/pom.xml | 2 +- test_helpers/pom.xml | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/check_api/pom.xml b/check_api/pom.xml index e026cb775ee..397c42e88c6 100644 --- a/check_api/pom.xml +++ b/check_api/pom.xml @@ -133,7 +133,7 @@ com.google.jimfs jimfs - 1.2 + 1.3.0 test diff --git a/core/pom.xml b/core/pom.xml index 2fc54a7123e..bac6dba6f91 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -72,7 +72,7 @@ org.pcollections pcollections - 3.1.4 + 4.0.1 @@ -84,7 +84,7 @@ com.google.auto auto-common - 1.2.1 + 1.2.2 @@ -137,7 +137,7 @@ com.google.testparameterinjector test-parameter-injector - 1.1 + 1.14 test @@ -255,7 +255,7 @@ com.google.auto.factory auto-factory - 1.0.1 + 1.1.0 test @@ -283,7 +283,7 @@ com.ibm.icu icu4j - 70.1 + 74.2 test @@ -304,7 +304,7 @@ joda-time joda-time - 2.10.13 + 2.12.5 test @@ -326,14 +326,14 @@ org.assertj assertj-core - 3.22.0 + 3.25.1 test org.easymock easymock - 4.3 + 5.2.0 test @@ -346,7 +346,7 @@ org.threeten threeten-extra - 1.7.0 + 1.7.2 test diff --git a/docgen/pom.xml b/docgen/pom.xml index 8cddb3257e1..784673a1d5d 100644 --- a/docgen/pom.xml +++ b/docgen/pom.xml @@ -89,7 +89,7 @@ org.yaml snakeyaml - 2.0 + 2.2 junit @@ -111,12 +111,12 @@ com.github.spullara.mustache.java compiler - 0.9.10 + 0.9.11 com.google.code.gson gson - 2.8.9 + 2.10.1 com.google.truth diff --git a/docgen_processor/pom.xml b/docgen_processor/pom.xml index 42915547130..351787a725f 100644 --- a/docgen_processor/pom.xml +++ b/docgen_processor/pom.xml @@ -53,7 +53,7 @@ com.google.code.gson gson - 2.8.9 + 2.10.1 diff --git a/test_helpers/pom.xml b/test_helpers/pom.xml index 702bb09c897..cf4af121a75 100644 --- a/test_helpers/pom.xml +++ b/test_helpers/pom.xml @@ -86,7 +86,7 @@ com.google.googlejavaformat google-java-format - 1.13.0 + 1.19.1 @@ -130,7 +130,7 @@ com.google.jimfs jimfs - 1.2 + 1.3.0