From e79dc271d93f3d535941d4cf18461d30c1ef7488 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 12 Feb 2026 14:05:01 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.14.1 --- 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 2918ca1..2a17b7e 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.14.0' # latest version of postgresql plugin + version: 'v8.14.1' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'