This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 043097478325dc072c886879792f4d92bc173153 Author: mr1716 <[email protected]> AuthorDate: Wed Nov 29 11:44:30 2023 -0500 NIFI-12436 Upgraded datafaker from 2.0.1 to 2.0.2 This closes #8084 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml index ecdf349171..5becb29639 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml @@ -323,7 +323,7 @@ <dependency> <groupId>net.datafaker</groupId> <artifactId>datafaker</artifactId> - <version>2.0.1</version> + <version>2.0.2</version> <exclusions> <!-- Exclude snakeyaml with android qualifier --> <exclusion>
