This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new 67af9fa [RELEASE][PREPARATION] update sqlite version to arm processor
67af9fa is described below
commit 67af9fa0b333ff1d457489bb2eaa23ee28f27c9a
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Thu Oct 14 12:58:49 2021 +0200
[RELEASE][PREPARATION] update sqlite version to arm processor
Signed-off-by: bertty <[email protected]>
---
wayang-platforms/wayang-sqlite3/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wayang-platforms/wayang-sqlite3/pom.xml
b/wayang-platforms/wayang-sqlite3/pom.xml
index 4727024..1a15b1f 100644
--- a/wayang-platforms/wayang-sqlite3/pom.xml
+++ b/wayang-platforms/wayang-sqlite3/pom.xml
@@ -36,7 +36,7 @@
<properties>
<java-module-name>org.apache.wayang.platform.sqlite3</java-module-name>
- <sqlite.version>3.8.11.2</sqlite.version>
+ <sqlite.version>3.36.0.3</sqlite.version>
</properties>