Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion apache-nifi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-nifi
version: "2.7.2"
epoch: 1 # GHSA-3677-xxcr-wjqv
epoch: 2 # GHSA-x44p-gvrj-pj2r
description: Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -52,6 +52,11 @@ pipeline:
tag: rel/nifi-${{package.version}}
expected-commit: 098c97460988449ef4fba5508a83b20cc65ce9ab

- uses: patch
with:
patches: |
GHSA-x44p-gvrj-pj2r.patch

- uses: maven/pombump
with:
patch-file: pombump-deps.yaml
Expand Down
Loading
Loading