From 5d2b7ee99da546257a3c8fb1b4f1ceea43cfe143 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 21 Jan 2025 14:19:15 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.7.8 --- 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 c9cdeafb..86de0637 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.7' # latest version of postgresql plugin + version: 'v8.7.8' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'