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
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new f38c8ec614 NIFI-11862 Upgraded mysql-connector-j from 8.0.33 to 8.1.0
f38c8ec614 is described below
commit f38c8ec61494adfe1ed4988f1f6bb97bc96e5478
Author: mr1716 <[email protected]>
AuthorDate: Thu Jul 27 07:34:47 2023 -0400
NIFI-11862 Upgraded mysql-connector-j from 8.0.33 to 8.1.0
This closes #7530
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit a374ce67af15d871b0642b3d96a07046047388af)
---
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 3514b5427c..75600e972e 100644
--- a/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml
@@ -65,7 +65,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
- <version>8.0.33</version>
+ <version>8.1.0</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>