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 bf3c9ed4cbbfe971f371235edb744de30d17f98b 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]> --- 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 d7c206d37b..2b651dc507 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 @@ -193,7 +193,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>
