Skip to content

Commit e15c467

Browse files
chore: Update JDBC dependency version to 0.4.1 (#2989)
Co-authored-by: Q <[email protected]>
1 parent 70b6553 commit e15c467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/developer/00-drivers/03-jdbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ The official JDBC driver providing standard JDBC 4.0 compatibility for seamless
1414
<dependency>
1515
<groupId>com.databend</groupId>
1616
<artifactId>databend-jdbc</artifactId>
17-
<version>0.3.7</version>
17+
<version>0.4.1</version>
1818
</dependency>
1919
```
2020

2121
### Gradle
2222

2323
```gradle
24-
implementation 'com.databend:databend-jdbc:0.3.7'
24+
implementation 'com.databend:databend-jdbc:0.4.1'
2525
```
2626

2727
**Connection String**: See [Drivers Overview](./index.md#connection-string-dsn) for DSN format and connection examples.

0 commit comments

Comments
 (0)