chore(jdbc): bump plugin version [skip ci]

This commit is contained in:
github-actions[bot] 2026-07-11 01:51:38 +00:00
parent 6d60b8abd2
commit a2fd38d542
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"id": "jdbc",
"name": "DBX JDBC Plugin",
"version": "0.1.20",
"version": "0.1.21",
"protocol_version": 1,
"description": "Adds optional JDBC driver support to DBX.",
"executable": "bin/dbx-jdbc-plugin",

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>app.dbx</groupId>
<artifactId>dbx-jdbc-plugin</artifactId>
<version>0.1.20</version>
<version>0.1.21</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>