Skip to content

Commit

Permalink
zli/SNOW-867390 update jdbc version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-zli committed Sep 18, 2023
1 parent e273f3c commit 207b68e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<scala.version>2.12.11</scala.version>
<scala.compat.version>2.12</scala.compat.version>
<spec2.version>4.2.0</spec2.version>
<snowflake.jdbc.version>3.13.32</snowflake.jdbc.version>
<snowflake.jdbc.version>3.14.1</snowflake.jdbc.version>
<version.scala.binary>${scala.compat.version}</version.scala.binary>
<doctitle>Snowpark ${project.version}</doctitle>
<scoverage.plugin.version>1.4.0</scoverage.plugin.version>
Expand All @@ -48,16 +48,6 @@
<jackson.databind.version>2.13.4.2</jackson.databind.version>
</properties>

<repositories>
<repository>
<id>osgeo</id>
<name>OSGeo Release Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit 207b68e

Please sign in to comment.