NIFI-10732 Upgraded ASN1Bean from 1.12.0 to 1.13.0

NIFI-10731 Upgraded asn1bean-compiler from 1.12.0 to 1.13.0

This closes #6609

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2022-10-31 17:06:33 -04:00 committed by exceptionfactory
parent ec22504d6e
commit 6fed5dee17
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@
<dependency>
<groupId>com.beanit</groupId>
<artifactId>asn1bean</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.beanit</groupId>
<artifactId>asn1bean-compiler</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.beanit</groupId>