From ad9b7e5908d419e86a6f9b3fc59705de575aa21c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jun 2026 20:59:14 +0000 Subject: [PATCH] chore(jdbc): bump plugin version [skip ci] --- plugins/jdbc/manifest.json | 2 +- plugins/jdbc/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/jdbc/manifest.json b/plugins/jdbc/manifest.json index e411f097b..85eb7ae91 100644 --- a/plugins/jdbc/manifest.json +++ b/plugins/jdbc/manifest.json @@ -1,7 +1,7 @@ { "id": "jdbc", "name": "DBX JDBC Plugin", - "version": "0.1.6", + "version": "0.1.7", "protocol_version": 1, "description": "Adds optional JDBC driver support to DBX.", "executable": "bin/dbx-jdbc-plugin", diff --git a/plugins/jdbc/pom.xml b/plugins/jdbc/pom.xml index 02592f9bb..bccf1bd37 100644 --- a/plugins/jdbc/pom.xml +++ b/plugins/jdbc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 app.dbx dbx-jdbc-plugin - 0.1.6 + 0.1.7 17