Skip to content

Commit a17b84c

Browse files
authored
updated sdk version to 0.67.3 (databricks#1048)
## Description <!-- Provide a brief summary of the changes made and the issue they aim to address.--> updated sdk version to 0.67.3 ## Testing <!-- Describe how the changes have been tested--> ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. --> --------- Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent 13046cb commit a17b84c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Added support for telemetry log levels, which can be controlled via the connection parameter `TelemetryLogLevel`. This allows users to configure the verbosity of telemetry logging from OFF to TRACE.
88

99
### Updated
10+
* Updated sdk version from 0.65.0 to 0.67.3
1011

1112
### Fixed
1213
- Fix: driver failing to authenticate on token update in U2M flow.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<httpclient.version>4.5.14</httpclient.version>
5757
<commons-configuration.version>2.10.1</commons-configuration.version>
5858
<commons-io.version>2.14.0</commons-io.version>
59-
<databricks-sdk.version>0.65.0</databricks-sdk.version>
59+
<databricks-sdk.version>0.67.3</databricks-sdk.version>
6060
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
6161
<sql-logic-test.version>0.3</sql-logic-test.version>
6262
<lz4-compression.version>1.8.0</lz4-compression.version>

thin_public_pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.databricks</groupId>
4444
<artifactId>databricks-sdk-java</artifactId>
45-
<version>0.65.0</version>
45+
<version>0.67.3</version>
4646
</dependency>
4747

4848
<!-- Apache Commons -->

0 commit comments

Comments
 (0)