This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 68b7e1aca0 NIFI-11152 Upgraded Splunk SDK from 1.9.1 to 1.9.3
68b7e1aca0 is described below
commit 68b7e1aca0734c536521b04041cbea16902ac20a
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Feb 8 12:31:52 2023 -0600
NIFI-11152 Upgraded Splunk SDK from 1.9.1 to 1.9.3
Signed-off-by: Pierre Villard <[email protected]>
This closes #6934.
---
nifi-nar-bundles/nifi-splunk-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
index 0038dbdb1c..2e21653c08 100644
--- a/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-splunk-bundle/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>com.splunk</groupId>
<artifactId>splunk</artifactId>
- <version>1.9.1</version>
+ <version>1.9.3</version>
</dependency>
</dependencies>
</dependencyManagement>