Skip to content

Commit e129210

Browse files
authored
Merge pull request #5045 from hansva/main
update snowflake driver, fixes #5044
2 parents 9f1969e + e7db79c commit e129210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hop-user-manual/modules/ROOT/pages/database/databases/snowflake.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
| Option | Info
2929
|Type | Relational
3030
|Driver | Included
31-
|Version Included | 3.23.0
31+
|Version Included | 3.23.1
3232
|Hop Dependencies | None
3333
|Documentation | https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html[Documentation Link]
3434
|JDBC Url | `jdbc:snowflake://<account_name>.snowflakecomputing.com/?<connection_params>`

lib-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<mysql.version>9.1.0</mysql.version>
4242
<postgresql.version>42.7.5</postgresql.version>
4343
<redshift.version>2.1.0.32</redshift.version>
44-
<snowflake.jdbc.version>3.23.0</snowflake.jdbc.version>
44+
<snowflake.jdbc.version>3.23.1</snowflake.jdbc.version>
4545
<sqlite.version>3.49.1.0</sqlite.version>
4646
<vertica.jdbc.version>24.4.0-0</vertica.jdbc.version>
4747
</properties>

0 commit comments

Comments
 (0)