From 41857310cdd3ec1fd322a8bd796a31d5d2602339 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Fri, 9 May 2025 21:25:51 +0000 Subject: [PATCH] tez/0.10.4-r7: fix GHSA-rhrv-645h-fjfh --- tez.yaml | 2 +- tez/pombump-deps.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tez.yaml b/tez.yaml index 6714fd0775c..30810da2f7c 100644 --- a/tez.yaml +++ b/tez.yaml @@ -1,7 +1,7 @@ package: name: tez version: 0.10.4 - epoch: 7 + epoch: 8 description: Apache Tez copyright: - license: Apache-2.0 diff --git a/tez/pombump-deps.yaml b/tez/pombump-deps.yaml index 9f3f9b67c0b..0d677e354f3 100644 --- a/tez/pombump-deps.yaml +++ b/tez/pombump-deps.yaml @@ -2,3 +2,6 @@ patches: - groupId: org.eclipse.jetty artifactId: jetty-server version: 9.4.57.v20241219 + - groupId: org.apache.avro + artifactId: avro + version: 1.11.3