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 a89873f437 NIFI-9518 Upgraded mysql-binlog-connector-java from 0.20.1
to 0.26.1
a89873f437 is described below
commit a89873f437f456b153f5164f6090f5bc9b97b68b
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Aug 16 10:03:53 2022 -0500
NIFI-9518 Upgraded mysql-binlog-connector-java from 0.20.1 to 0.26.1
- Changed from com.github.shyiko to com.zendesk dependency group for
current library version
Signed-off-by: Pierre Villard <[email protected]>
This closes #6302.
---
nifi-dependency-check-maven/suppressions.xml | 2 +-
.../nifi-cdc/nifi-cdc-mysql-bundle/nifi-cdc-mysql-processors/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nifi-dependency-check-maven/suppressions.xml
b/nifi-dependency-check-maven/suppressions.xml
index 20dcabe779..732f01fb3b 100644
--- a/nifi-dependency-check-maven/suppressions.xml
+++ b/nifi-dependency-check-maven/suppressions.xml
@@ -46,7 +46,7 @@
</suppress>
<suppress>
<notes>MySQL Binary Log Connector is incorrectly identified as MySQL
server</notes>
- <packageUrl
regex="true">^pkg:maven/com\.github\.shyiko/mysql\-binlog\-connector\-java@.*$</packageUrl>
+ <packageUrl
regex="true">^pkg:maven/com\.zendesk/mysql\-binlog\-connector\-java@.*$</packageUrl>
<cpe>cpe:/a:mysql:mysql</cpe>
</suppress>
<suppress>
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 6c18457f9c..b61bfcae2b 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,9 +39,9 @@ language governing permissions and limitations under the
License. -->
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
</dependency>
<dependency>
- <groupId>com.github.shyiko</groupId>
+ <groupId>com.zendesk</groupId>
<artifactId>mysql-binlog-connector-java</artifactId>
- <version>0.20.1</version>
+ <version>0.26.1</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>