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

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

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

Closes #141

Change-Id: I36680f1fe7cda06f0e496285bfc3a043fe55088c
diff --git a/full/pom.xml b/full/pom.xml
index 73e7ad5..b9d2553 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.22</version>
+			<version>8.0.23</version>
 		</dependency>
 
 		<!-- Jersey -->