mirror of https://github.com/apache/nifi.git
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:
parent
ec22504d6e
commit
6fed5dee17
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue