Bumps [snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.13.26 to 3.13.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-jdbc/releases">snowflake-jdbc's releases</a>.</em></p> <blockquote> <h2>Release</h2> <ul> <li>Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> <h2>Release</h2> <ul> <li>Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> <h2>Release</h2> <ul> <li>Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.rst">snowflake-jdbc's changelog</a>.</em></p> <blockquote> <p><strong>JDBC Driver 3.13.29</strong></p> <ul> <li>|| Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> <p><strong>JDBC Driver 3.13.28</strong></p> <ul> <li>|| Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> <p><strong>JDBC Driver 3.13.27</strong></p> <ul> <li>|| Please Refer to Release Notes at <a href="https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes">https://community.snowflake.com/s/article/JDBC-Driver-Release-Notes</a></li> </ul> <p><strong>JDBC Driver 3.13.26</strong></p> <ul> <li>|| Upgraded the arrow library from version 9.0.0 to 10.0.1.</li> <li>|| Relocated files in META-INF/versions to META-INF/versions/<!-- raw HTML omitted -->/net/snowflake/client/jdbc/internal.</li> <li>|| Added the getNano() and getOffset() methods to the SnowflakeTimeWithTimezone object to return the number of nanoseconds and the time zone offset, respectively.</li> </ul> <p><strong>JDBC Driver 3.13.25</strong></p> <ul> <li>||<strong>BCR (Behavior Change Release) Change</strong></li> <li>||Caution: Version 3.13.25 of the Snowflake JDBC driver changes the default value of the allowUnderscoresInHost parameter to false. This change might impact PrivateLink customers with account names containing underscores. In this situation, you must override the default value by setting allowUnderscoresInHost true.</li> <li>||<strong>New Features</strong></li> <li>||Set the allowUnderscoresInHost parameter to false by default which converts underscores in account names to hyphens to avoid Apache httpclient connection error with underscores. This behavior can be turned off by setting allowUnderscoresInHost to true.</li> <li>||Updated the aws-java-sdk-bom library version from 1.11.394 to 1.12.327.</li> <li>||Added the enableReturnTimestampWithTimeZone parameter to set whether to include the timezone in a timestamp.</li> <li>||Added log warnings for each of the error return paths while parsing a SnowflakeConnectString.</li> <li>||Added commas to the SnowflakeDatabaseMetaData.getColumn() arguments to improve readability.</li> <li>||Added support for stored procedures.</li> <li>||<strong>Bug Fixes</strong></li> <li>||Fixed an issue related to using the GET command when GCS_USE_DOWNSCOPED_CREDENTIAL is true.</li> <li>||Fixed an issue related to returning result types when the session handle is NULL.</li> </ul> <p><strong>JDBC Driver 3.13.24</strong></p> <ul> <li>|| Upgraded the following libraries:</li> <li>|| arrow from version 8.0.0 to 9.0.0</li> <li>|| jacksondatabind from version 2.13.2.2 to 2.13.4.2</li> <li>|| google-cloud-storage from version 2.5.0 to 2.6.2</li> <li>|| Remove DML check on getUpdateCount()</li> </ul> <p><strong>JDBC Driver 3.13.23</strong></p> <ul> <li>|| Relocate Google Guava classes from com/google/common/util/concurrent/** in FIPS driver</li> <li>|| Return an empty resultset for getProcedures() when connected with a reader account</li> <li>|| Use parallelism parameter for PUT/GET with Azure</li> <li>|| Set default logger level for arrow project to SEVERE to avoid unwanted INFO messages</li> <li>|| login test params updated and test case added</li> </ul> <p><strong>JDBC Driver 3.13.22</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="019b0aeccd"><code>019b0ae</code></a> SNOW-761717: Bumped up the Client PATCH version from 3.13.28 to 3.13.29 (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1300">#1300</a>)</li> <li><a href="4be4b184dd"><code>4be4b18</code></a> SNOW-760534 Added URLValidator and URLEncoder (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1297">#1297</a>)</li> <li><a href="e798047eab"><code>e798047</code></a> Add tests for SnowflakeGCSClient.java (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1278">#1278</a>)</li> <li><a href="520dd90bd6"><code>520dd90</code></a> Add more tests for SnowflakeFileTransferAgent (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1293">#1293</a>)</li> <li><a href="0e49d60404"><code>0e49d60</code></a> [Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.13.2 to 2.14.2 ...</li> <li><a href="fdcc632809"><code>fdcc632</code></a> Test pr 1113 (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1292">#1292</a>)</li> <li><a href="6a7bfefb88"><code>6a7bfef</code></a> Add arrow tests (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1291">#1291</a>)</li> <li><a href="7cd122d4f8"><code>7cd122d</code></a> Add tests for SnowflakeFileTransferAgent (part 1) (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1288">#1288</a>)</li> <li><a href="f7ae088895"><code>f7ae088</code></a> Run downloadToStream() test on azure and S3 accounts (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1285">#1285</a>)</li> <li><a href="85381e7fd0"><code>85381e7</code></a> SNOW-748294 Fix test failures (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/1287">#1287</a>)</li> <li>Additional commits viewable in <a href="https://github.com/snowflakedb/snowflake-jdbc/compare/v3.13.26...v3.13.29">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/appsmithorg/appsmith/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
146 lines
5.5 KiB
XML
146 lines
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.appsmith</groupId>
|
|
<artifactId>appsmith-plugins</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.external.plugins</groupId>
|
|
<artifactId>snowflakePlugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<name>snowflakePlugin</name>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>net.snowflake</groupId>
|
|
<artifactId>snowflake-jdbc</artifactId>
|
|
<version>3.13.29</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.zaxxer</groupId>
|
|
<artifactId>HikariCP</artifactId>
|
|
<version>5.0.1</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>${jackson-bom.version}</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
<artifactId>jackson-datatype-jdk8</artifactId>
|
|
<version>${jackson-bom.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
<version>${jackson-bom.version}</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-api</artifactId>
|
|
<version>${jjwt.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-impl</artifactId>
|
|
<version>${jjwt.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-jackson</artifactId> <!-- or jjwt-gson if Gson is preferred -->
|
|
<version>${jjwt.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Test dependencies -->
|
|
<dependency>
|
|
<groupId>org.assertj</groupId>
|
|
<artifactId>assertj-core</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-webflux</artifactId>
|
|
<version>${spring-boot.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>copy-dependencies</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>copy</goal>
|
|
</goals>
|
|
<configuration>
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
<artifactItems>
|
|
<artifactItem>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-api</artifactId>
|
|
</artifactItem>
|
|
<artifactItem>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-impl</artifactId>
|
|
</artifactItem>
|
|
<artifactItem>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt-jackson</artifactId>
|
|
</artifactItem>
|
|
<artifactItem>
|
|
<groupId>com.zaxxer</groupId>
|
|
<artifactId>HikariCP</artifactId>
|
|
</artifactItem>
|
|
<artifactItem>
|
|
<groupId>net.snowflake</groupId>
|
|
<artifactId>snowflake-jdbc</artifactId>
|
|
</artifactItem>
|
|
</artifactItems>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<!-- Allow JUnit to access the test classes -->
|
|
<argLine>
|
|
--add-opens java.base/java.lang=ALL-UNNAMED
|
|
--add-opens java.base/java.time=ALL-UNNAMED
|
|
--add-opens java.base/java.util=ALL-UNNAMED
|
|
</argLine>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|