From 5338f7c997dac25879378c9aebb692dc6f6cf9da Mon Sep 17 00:00:00 2001 From: cpovirk Date: Wed, 16 Oct 2024 08:03:24 -0700 Subject: [PATCH] Upgrade to a version of `plexus-io` from after a performance improvement was restored. (See https://github.com/codehaus-plexus/plexus-io/issues/109.) This CL _shouldn't_ make a performance difference because cl/650419894 _should_ have moved us to a version before the performance improvement was originally reverted. However, I messed that prior CL up, pinning us to the slow 3.4.1 instead of the fast 3.3.1. So in fact this CL _does_ improve performance back to the point it was at for 3.3.1. Today, that means an improvement from ~75s to ~1s for a clean `mvn source:jar-no-fork -f guava` on our Google workstations. RELNOTES=n/a PiperOrigin-RevId: 686509316 --- android/pom.xml | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/pom.xml b/android/pom.xml index 602c9b6015ac..13aed3bab633 100644 --- a/android/pom.xml +++ b/android/pom.xml @@ -263,8 +263,8 @@ org.codehaus.plexus plexus-io - - 3.4.1 + + 3.5.1 diff --git a/pom.xml b/pom.xml index 8fdec7f7c823..58cbedf5a3cd 100644 --- a/pom.xml +++ b/pom.xml @@ -264,8 +264,8 @@ org.codehaus.plexus plexus-io - - 3.4.1 + + 3.5.1