diff --git a/Makefile.common b/Makefile.common
index 381510328..e113f67cb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -243,7 +243,7 @@ MAC_SDK := /Developer/SDKs/MacOSX10.10.sdk
ifeq ($(wildcard MAC_SDK),)
MAC_SDK := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
endif
-Mac-x86_64_CCFLAGS := -I$(MAC_SDK)/System/Library/Frameworks/JavaVM.framework/Headers -Ilib/inc_mac -Os -fPIC -mmacosx-version-min=10.6 -fvisibility=hidden -msse4.2 -maes -Wno-implicit-function-declaration
+Mac-x86_64_CCFLAGS := -I$(MAC_SDK)/System/Library/Frameworks/JavaVM.framework/Headers -Ilib/inc_mac -Os -fPIC -mmacosx-version-min=10.6 -fvisibility=hidden -msse4.2 -maes -Wno-implicit-function-declaration -include CommonCrypto/CommonCryptor.h
Mac-x86_64_LINKFLAGS := -dynamiclib -framework Security
Mac-x86_64_LIBNAME := libsqlitejdbc.dylib
Mac-x86_64_SQLITE_FLAGS :=
diff --git a/VERSION b/VERSION
index 7d80ba37e..46c630f17 100644
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,3 @@
-version=3.51.2
-artifactVersion=3.51.2.0
-sqliteMCVersion=2.2.7
+version=3.53.2
+artifactVersion=3.53.2.0
+sqliteMCVersion=2.3.5
diff --git a/pom.xml b/pom.xml
index 4f357d655..141f1ddb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.github.willena
sqlite-jdbc
- 3.51.2.0
+ 3.53.2.0
SQLite JDBC
SQLite JDBC library with encryption and authentication support
https://github.com/Willena/sqlite-jdbc-crypt