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 096e507d04 Build: Bump kafka from 3.7.0 to 3.7.1 (#10653)
096e507d04 is described below
commit 096e507d04985b3c59a16552c7ec1cece083d4c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 7 19:35:22 2024 +0200
Build: Bump kafka from 3.7.0 to 3.7.1 (#10653)
Bumps `kafka` from 3.7.0 to 3.7.1.
Updates `org.apache.kafka:kafka-clients` from 3.7.0 to 3.7.1
Updates `org.apache.kafka:connect-api` from 3.7.0 to 3.7.1
Updates `org.apache.kafka:connect-json` from 3.7.0 to 3.7.1
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:connect-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:connect-json
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 1738667697..ad609267ba 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -61,7 +61,7 @@ jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "9.4.55.v20240627"
junit = "5.10.1"
-kafka = "3.7.0"
+kafka = "3.7.1"
kryo-shaded = "4.0.3"
microprofile-openapi-api = "3.1.1"
mockito = "4.11.0"