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 691666c36ffe9dc9f4853a6b87aaa97b0922d3fe Author: mr1716 <[email protected]> AuthorDate: Thu Feb 1 08:19:46 2024 -0500 NIFI-12713 Upgraded mysql-binlog-connector from 0.28.3 to 0.29.0 This closes #8334 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 de27787488..7903dc876b 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 @@ -39,7 +39,7 @@ language governing permissions and limitations under the License. --> <dependency> <groupId>com.zendesk</groupId> <artifactId>mysql-binlog-connector-java</artifactId> - <version>0.28.3</version> + <version>0.29.0</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
