You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/01/19 12:24:33 UTC

[turbine-core] branch trunk updated: Update mysql connector due to CVE-2021-3712, CVE-2022-21363

This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 28e9ba2  Update mysql connector due to CVE-2021-3712, CVE-2022-21363
28e9ba2 is described below

commit 28e9ba276b87849e6ffcb143c5a5356a9e269675
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Jan 19 09:05:36 2022 +0100

    Update mysql connector due to CVE-2021-3712, CVE-2022-21363
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b094e44..497be39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1264,7 +1264,7 @@
           <dependency>
             <groupId>mysql</groupId>
             <artifactId>mysql-connector-java</artifactId>
-            <version>8.0.27</version>
+            <version>8.0.28</version>
           </dependency>
       </dependencies>
     </profile>