You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/03/17 12:47:40 UTC

[nifi] 04/47: NIFI-7164 Upgrade shyiko/mysql-binlog-connector-java dependency

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

joewitt pushed a commit to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 98e4246bd2c1c6b9762789ac25ecf1a769688616
Author: Przemysław Dubaniewicz <18...@users.noreply.github.com>
AuthorDate: Mon Feb 24 13:53:23 2020 +0100

    NIFI-7164 Upgrade shyiko/mysql-binlog-connector-java dependency
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4076.
---
 .../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 9e4c2ee..fba978f 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.github.shyiko</groupId>
             <artifactId>mysql-binlog-connector-java</artifactId>
-            <version>0.11.0</version>
+            <version>0.20.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>