You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2023/02/09 10:13:34 UTC

[nifi] branch main updated: NIFI-11152 Upgraded Splunk SDK from 1.9.1 to 1.9.3

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 8abfced7e1 NIFI-11152 Upgraded Splunk SDK from 1.9.1 to 1.9.3
8abfced7e1 is described below

commit 8abfced7e10fd4701dff73de9c70635fe98aa990
Author: exceptionfactory <ex...@apache.org>
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 <pi...@gmail.com>
    
    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 62618470ba..a221af350b 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>