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


The following commit(s) were added to refs/heads/main by this push:
     new 83ff168ac1 NIFI-10763 Upgraded mysql-binlog-connector-java from 0.26.1 
to 0.27.5
83ff168ac1 is described below

commit 83ff168ac151cfe73039ea073c738bccce1f1642
Author: mr1716 <[email protected]>
AuthorDate: Wed Nov 16 08:00:39 2022 -0500

    NIFI-10763 Upgraded mysql-binlog-connector-java from 0.26.1 to 0.27.5
    
    This closes #6667
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
 
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index 17ef0e2830..a3fd757cc6 100644
--- 
a/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++ 
b/nifi-nar-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -41,7 +41,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.zendesk</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.26.1</version>
+            <version>0.27.5</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>

Reply via email to