diff --git a/tez.yaml b/tez.yaml index 6714fd0775c..7e303c0a543 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 @@ -27,7 +27,7 @@ pipeline: - uses: maven/pombump with: - patch-file: patches.yaml + patch-file: pombump-deps.yaml properties-file: pombump-properties.yaml - runs: | diff --git a/tez/patches.yaml b/tez/patches.yaml deleted file mode 100644 index 4a706e99425..00000000000 --- a/tez/patches.yaml +++ /dev/null @@ -1,5 +0,0 @@ -patches: -# CVE-2024-7254 -- groupId: com.google.protobuf - artifactId: protobuf-java - version: 3.25.5 diff --git a/tez/pombump-deps.yaml b/tez/pombump-deps.yaml index 9f3f9b67c0b..d2881c63a7f 100644 --- a/tez/pombump-deps.yaml +++ b/tez/pombump-deps.yaml @@ -1,4 +1,7 @@ patches: - - groupId: org.eclipse.jetty - artifactId: jetty-server - version: 9.4.57.v20241219 + - groupId: org.apache.avro + artifactId: avro + version: 1.11.4 + - groupId: com.google.protobuf + artifactId: protobuf-java + version: 3.25.5 diff --git a/tez/pombump-properties.yaml b/tez/pombump-properties.yaml index a100e041d2b..0561aca88e6 100644 --- a/tez/pombump-properties.yaml +++ b/tez/pombump-properties.yaml @@ -1,3 +1,5 @@ properties: - property: netty.version value: 4.1.118.Final + - property: asynchttpclient.version + value: 2.12.4