From ad64ccc0049e7c5cc7352d27ba560b1943aa9fc3 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:18:35 +0000 Subject: [PATCH] chore(deps): Update dependency destination-postgresql to v8.14.10 --- 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 7d44fdf6..7168c2e1 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.9' # latest version of postgresql plugin + version: 'v8.14.10' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable'