diff --git a/opensearch-2.yaml b/opensearch-2.yaml index b3550e49e3e..ff4a8da5a46 100644 --- a/opensearch-2.yaml +++ b/opensearch-2.yaml @@ -1,7 +1,7 @@ package: name: opensearch-2 version: "2.8.0" - epoch: 0 + epoch: 1 description: target-architecture: - all @@ -34,6 +34,10 @@ pipeline: - runs: | export LANG=en_US.UTF-8 export JAVA_HOME=/usr/lib/jvm/java-11-openjdk + + # Bump netty to resolve GHSA-6mjq-h674-j845 + sed -i "s/4.1.91.Final/4.1.94.Final/g" buildSrc/version.properties + gradle localDistro