From 800d2675d6b5a0af9b17e985cbc649038587e45d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 27 Aug 2025 08:48:40 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.10.0 --- example_configs/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/spec.yml b/example_configs/spec.yml index ff1fa23a..6f6c8f42 100644 --- a/example_configs/spec.yml +++ b/example_configs/spec.yml @@ -10,6 +10,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.9.0' # latest version of postgresql plugin + version: 'v8.10.0' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'