Upgrade MySQL connector to 8.0.28.

Apparently there's a security issue <= 8.0.27. It doesn't really matter
all that much here since we're in the `provided` scope, but better safe
than sorry.
This commit is contained in:
Andreas Troelsen
2022-06-21 20:32:20 +02:00
parent 2745af3d0d
commit 4ab74b06cb
+1 -1
View File
@@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>8.0.25</version> <version>8.0.28</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>