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

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


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

commit f5ffe390cda7df86a97ee97b822b4123bd9ccfff
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Jan 19 09:05:36 2022 +0100

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

diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index d7f9e88..b0c7a74 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -396,7 +396,7 @@ under the License.
         <maven.compile.target>1.8</maven.compile.target>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
         <log4j2.version>2.17.1</log4j2.version>
-        <mysql.version>8.0.26</mysql.version>
+        <mysql.version>8.0.28</mysql.version>
         <fulcrum.json>2.0.1</fulcrum.json>
         <fulcrum.intake>2.0.0</fulcrum.intake>
         <fulcrum.security>2.1.0</fulcrum.security>

Reply via email to