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

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

Closes #114

Change-Id: Ia020867c390977fed2a0030fdbb21d34d77c2357
diff --git a/full/pom.xml b/full/pom.xml
index 3bed96b..b225554 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -252,7 +252,7 @@
 		<dependency>
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
-			<version>8.0.21</version>
+			<version>8.0.22</version>
 		</dependency>
 
 		<!-- Jersey -->