Skip to content

Commit ce29915

Browse files
authored
Merge pull request #8 from trocco-io/feature/#37782
Update Databricks JDBC driver to v2.6.40 for GCP OAuth M2M support
2 parents 86f4996 + eb07ed0 commit ce29915

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shadow-databricks-jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ configurations {
2323
}
2424

2525
dependencies {
26-
compile('com.databricks:databricks-jdbc:2.6.38')
26+
compile('com.databricks:databricks-jdbc:2.6.40')
2727
}
2828

2929
shadowJar {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.databricks:databricks-jdbc:2.6.38
4+
com.databricks:databricks-jdbc:2.6.40

0 commit comments

Comments
 (0)