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

commit a4e4590cac282b910292082c8784e00b2cf4bc5f
Author: mr1716 <[email protected]>
AuthorDate: Thu Aug 24 14:08:51 2023 -0400

    NIFI-11994 Upgraded socketbroker from 1.0.2 to 1.1.0
    
    This closes #7645
    
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit bf3c9ed4cbbfe971f371235edb744de30d17f98b)
---
 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 bd735fc64d..85a1a8f6fd 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
@@ -197,7 +197,7 @@
         <dependency>
             <groupId>com.exceptionfactory.socketbroker</groupId>
             <artifactId>socketbroker</artifactId>
-            <version>1.0.2</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty</groupId>

Reply via email to