NIFI-11885 Upgraded asn1bean from 1.13.0 to 1.14.0

This closes #7552

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2023-07-31 10:55:58 -04:00 committed by exceptionfactory
parent f081bcb311
commit 011986c431
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.13.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>com.beanit</groupId>
<artifactId>asn1bean-compiler</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>com.beanit</groupId>