commit | 9113ce785349605f40b0085544a1b15741988b47 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 20 23:48:59 2022 +0000 |
committer | GitHub <noreply@github.com> | Mon Jun 20 23:48:59 2022 +0000 |
tree | 4fb2f4a8c7c508620cdd4104312cddcec62cf6d2 | |
parent | 2971402f7f3cd5c32eec2052206f93069306f785 [diff] |
Bump mysql-connector-java from 5.0.8 to 8.0.28 in /client-api-demo Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.0.8 to 8.0.28. - [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/8.0.28) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/client-api-demo/pom.xml b/client-api-demo/pom.xml index ad85cbc..e945d2f 100644 --- a/client-api-demo/pom.xml +++ b/client-api-demo/pom.xml
@@ -316,7 +316,7 @@ <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> - <version>5.0.8</version> + <version>8.0.28</version> </dependency> <dependency> <groupId>org.apache.airavata</groupId>