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 b0e2d12  Update mysql connector
b0e2d12 is described below

commit b0e2d12407724a2aaf33993f8bb049af5a13fa35
Author: jlpainter <[email protected]>
AuthorDate: Fri Dec 14 11:17:28 2018 -0500

    Update mysql connector
---
 src/main/resources/archetype-resources/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml 
b/src/main/resources/archetype-resources/pom.xml
index 430c33e..2d2bf81 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -197,7 +197,7 @@ under the License.
             <dependency>
               <artifactId>mysql-connector-java</artifactId>
               <groupId>mysql</groupId>
-              <version>8.0.12</version>
+              <version>8.0.13</version>
             </dependency>
           </dependencies>
           <!-- this is mysql specific -->
@@ -262,7 +262,7 @@ under the License.
       <dependency>
         <artifactId>mysql-connector-java</artifactId>
         <groupId>mysql</groupId>
-        <version>8.0.12</version>
+        <version>8.0.13</version>
       </dependency>
        <!-- Allow lookup of #var("web:rootDir") in log4j2 file -->
         <dependency>

Reply via email to