diff --git a/vcpkg.json b/vcpkg.json
index 5ab6b7daab5256ec4881eacf1a416648d1398639..b86f0c894b1ca2482495355510ce207440498020 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -5,13 +5,18 @@
   "description": "C++ library for the CaosDB project",
   "license": "AGPL-3.0-or-later",
   "dependencies": [
-    "boost",
+    "boost-beast",
+    "boost-filesystem",
+    "boost-json",
+    "boost-log",
+    "boost-smart-ptr",
+    "boost-thread",
     "grpc",
     "protobuf",
     "zlib",
     "gtest"
   ],
-  "builtin-baseline": "76d4836f3b1e027758044fdbdde91256b0f0955d",
+  "builtin-baseline": "726f9202943e5743bef917d40810702a61e2d44c",
   "overrides": [
     { 
         "name": "boost",