Skip to content

Commit

Permalink
Update readme for #599
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang authored Oct 9, 2023
1 parent 02d06c9 commit 87b2cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ authentication. Currently, we support ingestion through the following APIs:

The Snowflake Ingest Service SDK depends on the following libraries:

* snowflake-jdbc (3.13.30+)
* snowflake-jdbc (3.13.30 to 3.13.33)
* slf4j-api

These dependencies will be fetched automatically by build systems like Maven or Gradle. If you don't build your project
using a build system, please make sure these dependencies are on the classpath.

# Prerequisites

**If your project depends on the Snowflake JDBC driver, as well, please make sure the JDBC driver version is 3.13.30 or newer.**
**If your project depends on the Snowflake JDBC driver, as well, please make sure the JDBC driver version is 3.13.30 to 3.13.33. JDBC driver version 3.14.0 or higher is currently not supported. **

## Java 8+

Expand Down

0 comments on commit 87b2cd2

Please sign in to comment.