]> source.dussan.org Git - iciql.git/commitdiff
Bump mysql-connector-java from 6.0.5 to 8.0.16 (#42)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 2 May 2021 16:47:30 +0000 (12:47 -0400)
committerGitHub <noreply@github.com>
Sun, 2 May 2021 16:47:30 +0000 (12:47 -0400)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 6.0.5 to 8.0.16.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/6.0.5...8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c1a5cb7e1f6da576809ac86f54af315641e16459..cc32849d456fde083aa0894fcd41f0654d580243 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
         <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>6.0.5</version>
+            <version>8.0.16</version>
             <type>jar</type>
             <scope>provided</scope>
         </dependency>