You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by pa...@apache.org on 2021/08/18 02:26:44 UTC

[turbine-archetypes] branch master updated: Update MySQL dep

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

painter 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 b58fd1d  Update MySQL dep
b58fd1d is described below

commit b58fd1d6ff916329094260ca0e275690a863665d
Author: Jeffery Painter <je...@gmail.com>
AuthorDate: Tue Aug 17 22:24:10 2021 -0400

    Update MySQL dep
    
    Update pom for mysql from 8.0.25 to 8.0.27
---
 .gitignore                                     | 3 ++-
 src/main/resources/archetype-resources/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1d90719..bfff7c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
 .idea
 .gitattributes
 *.iml
-.externalToolBuilders/
\ No newline at end of file
+.externalToolBuilders/
+.project
diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 8716d20..07f846b 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.14.1</log4j2.version>
-        <mysql.version>8.0.25</mysql.version>
+        <mysql.version>8.0.27</mysql.version>
         <fulcrum.json>2.0.1</fulcrum.json>
         <fulcrum.intake>2.0.0</fulcrum.intake>
         <fulcrum.security>2.0.1-SNAPSHOT</fulcrum.security>