This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 06e452742b NIFI-12911 Upgraded Jagged from 0.3.0 to 0.3.2
06e452742b is described below
commit 06e452742b82364def9be816efde7cc026bf7f41
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Mar 15 16:01:47 2024 -0500
NIFI-12911 Upgraded Jagged from 0.3.0 to 0.3.2
---
nifi-nar-bundles/nifi-cipher-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
index 6fb6d30f62..e918ee4594 100644
--- a/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-cipher-bundle/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>com.exceptionfactory.jagged</groupId>
<artifactId>jagged-bom</artifactId>
- <version>0.3.0</version>
+ <version>0.3.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>