Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Bump mysql-connector-java from 8.0.17 to 8.0.18
Browse files Browse the repository at this point in the history
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.17 to 8.0.18.
- [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/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mergify[bot] committed Oct 14, 2019
1 parent 7501b67 commit fb62b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jzenith-example/jzenith-example-mysql/pom.xml
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.17</version>
<version>8.0.18</version>
</dependency>

<!-- Compile Time tools -->
Expand Down
2 changes: 1 addition & 1 deletion jzenith-jdbc/pom.xml
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.17</version>
<version>8.0.18</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fb62b5d

Please sign in to comment.