Skip to content
Merged
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
8 changes: 4 additions & 4 deletions apache-nifi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-nifi
version: "2.6.0"
epoch: 2 # GHSA-25qh-j22f-pwp8
version: "2.7.1"
epoch: 0 # GHSA-25qh-j22f-pwp8
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 @@ -50,7 +50,7 @@ pipeline:
with:
repository: https://github.com/apache/nifi
tag: rel/nifi-${{package.version}}
expected-commit: 27bdbfda4d8dec2006b8b279db790faf172e76fd
expected-commit: 034cf843c1e8d63d218871a1478e2eeaa3532dca

- uses: maven/pombump
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ pipeline:
MAVEN_THREADS=1

# Build NiFi
./mvnw -T${MAVEN_THREADS}C -q package \
./mvnw -T${MAVEN_THREADS} -q package \
--no-snapshot-updates \
--no-transfer-progress \
--fail-fast \
Expand Down
5 changes: 4 additions & 1 deletion apache-nifi/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ patches:
- groupId: io.projectreactor.netty
artifactId: reactor-netty-http
version: 1.2.8
- groupId: org.eclipse.jetty.ee11
artifactId: jetty-ee11-bom
version: 12.1.5
- groupId: org.eclipse.jetty.http2
artifactId: jetty-http2-common
version: 12.0.25
version: 12.1.5
- groupId: org.springframework.security
artifactId: spring-security-core
version: 6.5.4
Expand Down
2 changes: 1 addition & 1 deletion apache-nifi/pombump-nifi-email-nar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ patches:
version: 2.0.4
- groupId: org.eclipse.jetty.http2
artifactId: jetty-http2-common
version: 12.0.25
version: 12.1.5
2 changes: 1 addition & 1 deletion apache-nifi/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
properties:
- property: jetty.version
value: 12.0.25
value: 12.1.5
- property: netty.4.version
value: 4.2.5.Final
- property: spring.version
Expand Down
Loading