This is an automated email from the ASF dual-hosted git repository.
fokko 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 cb1ad79cab Build: Bump com.google.errorprone:error_prone_annotations
(#11638)
cb1ad79cab is described below
commit cb1ad79cab49a3bd7202835b68b29596e37c0f37
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 10:28:40 2024 +0100
Build: Bump com.google.errorprone:error_prone_annotations (#11638)
Bumps
[com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone)
from 2.35.1 to 2.36.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.35.1...v2.36.0)
---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 989e7a76b9..c8bd64a8fb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -38,7 +38,7 @@ datasketches = "6.1.1"
delta-standalone = "3.2.1"
delta-spark = "3.2.1"
esotericsoftware-kryo = "4.0.3"
-errorprone-annotations = "2.35.1"
+errorprone-annotations = "2.36.0"
failsafe = "3.3.2"
findbugs-jsr305 = "3.0.2"
flink118 = { strictly = "1.18.1"}