diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 811a24ea3e..7627a60486 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -43,7 +43,7 @@ mssql-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "13.4.0. postgresql = { module = "org.postgresql:postgresql", version = "42.7.11" } oracle-ojdbc10 = { module = "com.oracle.database.jdbc:ojdbc10", version = "19.30.0.0" } db2jcc = { module = "com.ibm.db2.jcc:db2jcc", version = "db2jcc4" } -snowflake-jdbc = { module = "net.snowflake:snowflake-jdbc", version = "4.2.0" } +snowflake-jdbc = { module = "net.snowflake:snowflake-jdbc", version = "4.3.1" } hamcrest = { module = "org.hamcrest:hamcrest", version = "3.0" }