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

This commit is contained in:
github-actions[bot] 2026-05-28 18:03:46 +00:00
parent 521195c801
commit 5e6d94afff
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"id": "jdbc",
"name": "DBX JDBC Plugin",
"version": "0.1.5",
"version": "0.1.6",
"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.5</version>
<version>0.1.6</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>