From f317a085b21838a7272acffc9e7ac7172544dcab Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Fri, 19 Dec 2025 09:39:30 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.13.3 --- 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 39aebae..21e4e1f 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.13.2' # latest version of postgresql plugin + version: 'v8.13.3' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'