From 4ab74b06cba99a1d392b59bda71128fad043249b Mon Sep 17 00:00:00 2001 From: Andreas Troelsen Date: Tue, 21 Jun 2022 20:32:20 +0200 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f6bdf4..15099b0 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ mysql mysql-connector-java - 8.0.25 + 8.0.28 provided