Browse Source

build(deps): bump mysql-connector-java in /litemall-db (#411)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.46 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/5.1.46...8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 years ago
parent
commit
25518ade9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      litemall-db/pom.xml

+ 1 - 1
litemall-db/pom.xml

@@ -57,7 +57,7 @@
                     <dependency>
                         <groupId>mysql</groupId>
                         <artifactId>mysql-connector-java</artifactId>
-                        <version>5.1.46</version>
+                        <version>8.0.16</version>
                     </dependency>
                     <dependency>
                         <groupId>com.itfsw</groupId>