diff --git a/README.md b/README.md
index 9af9061b..765857bf 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
  - [Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
  - Big test suite
  - Written in modern C++ and tested for memory leaks
- - Bundles SQLite v3.45.0, or you can build using a local SQLite
+ - Bundles SQLite v3.45.2, or you can build using a local SQLite
 
 # Installing
 
diff --git a/deps/common-sqlite.gypi b/deps/common-sqlite.gypi
index f921d812..9e49a2d6 100644
--- a/deps/common-sqlite.gypi
+++ b/deps/common-sqlite.gypi
@@ -1,6 +1,6 @@
 {
   'variables': {
-      'sqlite_version%':'3450000',
+      'sqlite_version%':'3450200',
       "toolset%":'',
   },
   'target_defaults': {
diff --git a/deps/sqlite-autoconf-3450000.tar.gz b/deps/sqlite-autoconf-3450000.tar.gz
deleted file mode 100644
index f4508c9b..00000000
Binary files a/deps/sqlite-autoconf-3450000.tar.gz and /dev/null differ
diff --git a/deps/sqlite-autoconf-3450200.tar.gz b/deps/sqlite-autoconf-3450200.tar.gz
new file mode 100644
index 00000000..2bc1a786
Binary files /dev/null and b/deps/sqlite-autoconf-3450200.tar.gz differ