You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/08/09 13:27:46 UTC

[nifi] branch main updated: NIFI-10329 Upgrade jasn1-compiler to 1.11.3

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 3341e789f0 NIFI-10329 Upgrade jasn1-compiler to 1.11.3
3341e789f0 is described below

commit 3341e789f02fdc22ad00ef7d3d62d28aa68d13e9
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Mon Aug 8 14:08:42 2022 -0400

    NIFI-10329 Upgrade jasn1-compiler to 1.11.3
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6277.
---
 nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
index 731efd984c..8b3780926c 100644
--- a/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
+++ b/nifi-nar-bundles/nifi-asn1-bundle/nifi-asn1-services/pom.xml
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>com.beanit</groupId>
             <artifactId>jasn1-compiler</artifactId>
-            <version>1.11.2</version>
+            <version>1.11.3</version>
             <scope>test</scope>
         </dependency>
         <dependency>