diff --git a/plugin-jdbc-dremio/build.gradle b/plugin-jdbc-dremio/build.gradle index ab31a65f..62f135ba 100644 --- a/plugin-jdbc-dremio/build.gradle +++ b/plugin-jdbc-dremio/build.gradle @@ -13,8 +13,8 @@ jar { } dependencies { - implementation("com.dremio.distribution:dremio-jdbc-driver:3.0.6-201812082352540436-1f684f9") + implementation("com.dremio.distribution:dremio-jdbc-driver:4.9.1-202010230218060541-2e764ed0") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output -} \ No newline at end of file +}