Skip to content

Commit

Permalink
zookeeper-3.9: update commons-io to 2.14.0 (#30100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored Oct 5, 2024
1 parent c7fbeeb commit a9b3520
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zookeeper-3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zookeeper-3.9
version: 3.9.2.0
epoch: 3
epoch: 4
description: Distributed, highly available, robust, fault-tolerant system for distributed coordination
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -45,7 +45,10 @@ pipeline:

- runs: |
# Patch netty version for CVE-2023-4586 CVE-2023-44487
mvn install -DskipTests -Dnetty.version=4.1.108.Final
# -Dnetty.version=4.1.108.Final
# Patch commons-io version GHSA-78wr-2p64-hpwj/CVE-2024-47554
# -Dcommons-io.version=2.14.0 moved from 2.11.0 https://github.com/apache/zookeeper/blob/release-3.9.2/pom.xml#L574C5-L574C52
mvn install -DskipTests -Dnetty.version=4.1.108.Final -Dcommons-io.version=2.14.0
tar -xf zookeeper-assembly/target/apache-zookeeper-${{vars.short-package-version}}-bin.tar.gz
# Cleanup Windows files
Expand Down

0 comments on commit a9b3520

Please sign in to comment.