This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 6b80e5c42b Build: Bump guava from 33.4.8-jre to 33.5.0-jre (#14128)
6b80e5c42b is described below
commit 6b80e5c42beb856be5c84c00b9f96d7ff268a7d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 10:11:20 2025 +0200
Build: Bump guava from 33.4.8-jre to 33.5.0-jre (#14128)
* Build: Bump guava from 33.4.8-jre to 33.5.0-jre
Bumps `guava` from 33.4.8-jre to 33.5.0-jre.
Updates `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
Updates `com.google.guava:guava-testlib` from 33.4.8-jre to 33.5.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-version: 33.5.0-jre
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.guava:guava-testlib
dependency-version: 33.5.0-jre
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Guava: Add UnsignedBytes (#14145)
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Russell Spitzer <[email protected]>
---
bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java | 2 ++
gradle/libs.versions.toml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java
b/bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java
index ef50bf28a6..7bfef76d10 100644
--- a/bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java
+++ b/bundled-guava/src/main/java/org/apache/iceberg/GuavaClasses.java
@@ -52,6 +52,7 @@ import com.google.common.io.Files;
import com.google.common.io.Resources;
import com.google.common.primitives.Bytes;
import com.google.common.primitives.Ints;
+import com.google.common.primitives.UnsignedBytes;
import com.google.common.util.concurrent.MoreExecutors;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
@@ -101,5 +102,6 @@ public class GuavaClasses {
Suppliers.class.getName();
Stopwatch.class.getName();
Ints.class.getName();
+ UnsignedBytes.class.getName();
}
}
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 59646bdb03..cd815fffb5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -50,7 +50,7 @@ flink120 = { strictly = "1.20.1"}
flink20 = { strictly = "2.0.0"}
flink21 = { strictly = "2.1.0"}
google-libraries-bom = "26.67.0"
-guava = "33.4.8-jre"
+guava = "33.5.0-jre"
hadoop3 = "3.4.2"
httpcomponents-httpclient5 = "5.5"
hive2 = { strictly = "2.3.10"} # see rich version usage explanation above