Skip to content

Commit

Permalink
chore(deps): update dreamio jdbc drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Nov 16, 2023
1 parent 059a4df commit 3ff9068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-jdbc-dremio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 3ff9068

Please sign in to comment.