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 a374ce67af NIFI-11862 Upgraded mysql-connector-j from 8.0.33 to 8.1.0
a374ce67af is described below
commit a374ce67af15d871b0642b3d96a07046047388af
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]>
---
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 f621d49dfe..3f7ea2cb49 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>