| commit | b4b778ea02bf4c09bc0ed1d995607baa259908b5 | [log] [tgz] |
|---|---|---|
| author | Istvan Toth <stoty@apache.org> | Mon Sep 15 19:56:39 2025 +0200 |
| committer | GitHub <noreply@github.com> | Mon Sep 15 18:56:39 2025 +0100 |
| tree | f342a7fa3c03945f9fac2910da4692ce667468c6 | |
| parent | 615f4fe94cf5ae6681d8d395692694b4bb44a9c0 [diff] |
HADOOP-19680. Update non-thirdparty Guava version to 32.0.1 (#7940) The unshaded guava version bundled in Hadoop is now set to 32.0.1. As the version of guava used in hadoop is the shaded hadoop-thirdparty copy, this change only affects libraries used by hadoop (excluding curator, which uses its own shaded copy), and any downstream applications. Contributed by Istvan Toth