summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-03 11:01:39 -0700
committerPatrick Brady <pb071s@att.com>2018-05-03 11:01:43 -0700
commit3099e80738203974c7a967a99dc65a8a97711243 (patch)
treeb78746ad8f029aa39a8918b57bc874882bffe3de
parent70f978ae8a6030e45b657523e51174c619ad3e2f (diff)
Change mariadb version
Change-Id: Iaf7e0c5ca697eb197e483d3d7e43bea881c5c7c5 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-876
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7daf44e98..f43f24d92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@ limitations under the License.
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>1.2.3</version>
+ <version>2.1.1</version>
</dependency>
</dependencies>
</dependencyManagement>