This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f254f524d1b7b0cbe37ae3016eb09c770e773a52 Author: mr1716 <[email protected]> AuthorDate: Tue Jul 25 08:39:40 2023 -0400 NIFI-11855 Upgraded mysql-binlog-connector-java from 0.28.0 to 0.28.1 This closes #7525 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 13d78507023932ad189629a2df007a327bc0e1a6) --- .../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 322516dd17..06393dbcfe 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.28.0</version> + <version>0.28.1</version> </dependency> <dependency> <groupId>org.apache.nifi</groupId>
