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 7a52499 Update MySQL connector to latest version
7a52499 is described below
commit 7a52499df45076b8ae2b60669652e6d7e0768ca6
Author: Jeffery Painter <[email protected]>
AuthorDate: Tue Jun 18 10:21:37 2019 -0400
Update MySQL connector to latest version
---
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 6d7f176..a59e735 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -200,7 +200,7 @@ under the License.
<dependency>
<artifactId>mysql-connector-java</artifactId>
<groupId>mysql</groupId>
- <version>8.0.15</version>
+ <version>8.0.16</version>
</dependency>
</dependencies>
<!-- this is mysql specific -->
@@ -267,7 +267,7 @@ under the License.
<dependency>
<artifactId>mysql-connector-java</artifactId>
<groupId>mysql</groupId>
- <version>8.0.15</version>
+ <version>8.0.16</version>
</dependency>
<!-- Allow lookup of #var("web:rootDir") in log4j2 file -->
<dependency>