From 3ccc09e08a403cd9f03923593587c4fd2348ecb9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 12 Mar 2025 15:25:10 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.7.11 --- 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 7ffe82a7..b4fffe47 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.7.10' # latest version of postgresql plugin + version: 'v8.7.11' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'