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 d0a9f6371f NIFI-14792 Switched to Debezium MySQL Binlog Library 0.40.2
d0a9f6371f is described below
commit d0a9f6371f2a32f1819dd26562d41447c5e758e0
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jul 25 12:51:31 2025 -0500
NIFI-14792 Switched to Debezium MySQL Binlog Library 0.40.2
Signed-off-by: Pierre Villard <[email protected]>
This closes #10140.
---
.../nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
index 7fa4a69d23..384b92cdc9 100644
---
a/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml
@@ -34,9 +34,9 @@ language governing permissions and limitations under the
License. -->
<artifactId>nifi-security-utils-api</artifactId>
</dependency>
<dependency>
- <groupId>com.zendesk</groupId>
+ <groupId>io.debezium</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.30.1</version>
+ <version>0.40.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>