summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2580a92..802c0e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,7 +55,7 @@ if (BUILD_BOT)
FetchContent_Declare(
pqxx
GIT_REPOSITORY https://github.com/jtv/libpqxx.git
- GIT_TAG 7.9.0
+ GIT_TAG 7.9.2
)
FetchContent_MakeAvailable(pqxx)