Bump mysql-connector-java from 8.0.23 to 8.0.24 in /full

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

Closes #185

Signed-off-by: dependabot[bot] <support@github.com>
Change-Id: I7b64b0d2202ea4ae890462dac5bb104da4b62bea
diff --git a/full/pom.xml b/full/pom.xml
index 667f744..217edd4 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -204,7 +204,7 @@
 		<dependency>
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
-			<version>8.0.23</version>
+			<version>8.0.24</version>
 		</dependency>
 
 		<!-- Jersey -->