NIFI-10782 Upgraded Apache Ivy from 2.5.0 to 2.5.1

This closes #6630 and #6631

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dependabot[bot] 2022-11-07 23:49:35 +00:00 committed by exceptionfactory
parent 889254a9dc
commit cc35e3e427
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>

View File

@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.python</groupId>