You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/10/11 14:11:34 UTC

[nifi] branch main updated: NIFI-10619 Upgraded mysql-connector-java from 8.0.29 to 8.0.30

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


The following commit(s) were added to refs/heads/main by this push:
     new bede739af7 NIFI-10619 Upgraded mysql-connector-java from 8.0.29 to 8.0.30
bede739af7 is described below

commit bede739af710a3eaadce0f2ee913beeb0e85aa5a
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Mon Oct 10 11:22:15 2022 -0400

    NIFI-10619 Upgraded mysql-connector-java from 8.0.29 to 8.0.30
    
    This closes #6502
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
index 447ec773a8..8fa9d2fe8d 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>8.0.29</version>
+            <version>8.0.30</version>
         </dependency>
         <dependency>
             <groupId>org.mariadb.jdbc</groupId>