From 3a2663eeb7579d1574af0c7ed051dbcbd81efa10 Mon Sep 17 00:00:00 2001
From: "felix.wang" <59079269+felix-thinkingdata@users.noreply.github.com>
Date: Sun, 13 Sep 2020 23:55:25 +0800
Subject: [PATCH] =?UTF-8?q?[Improvement][DAO]=20druid=20The=20lower=20vers?=
=?UTF-8?q?ion=20is=20not=20compatible=20with=20LocalDateTime(DRUID=20?=
=?UTF-8?q?=E4=BD=8E=E7=89=88=E6=9C=AC=E4=B8=8D=E6=94=AF=E6=8C=81LocalDate?=
=?UTF-8?q?Time)=20(#3716)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* fix mybatis 3.51版本的LocalDateTime映射报SQLFeatureNotSupportedException
* fix druid-1.1.14.jar->1.1.22
---
pom.xml | 2 +-
tools/dependencies/known-dependencies.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0321c1a24c..65cbe62bbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@