From cd2a8b2732f3e08785a4111c823d6ba818cd07d0 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 28 Apr 2025 11:02:32 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.8.4 --- 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 fc3da8e9..2e05f549 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.8.3' # latest version of postgresql plugin + version: 'v8.8.4' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'