Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
341 changes: 196 additions & 145 deletions assemblies/static/src/main/resources/LICENSE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
| Option | Info
|Type | Relational
|Driver | Included
|Version Included | 3.28.0
|Version Included | 4.2.0
|Hop Dependencies | None
|Documentation | https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html[Documentation Link]
|JDBC Url | `jdbc:snowflake://<account_name>.snowflakecomputing.com/?<connection_params>`
Expand Down
2 changes: 1 addition & 1 deletion lib-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<mysql.version>9.1.0</mysql.version>
<postgresql.version>42.7.11</postgresql.version>
<redshift.version>2.2.2</redshift.version>
<snowflake.jdbc.version>3.28.0</snowflake.jdbc.version>
<snowflake.jdbc.version>4.2.0</snowflake.jdbc.version>
<sqlite.version>3.51.2.0</sqlite.version>
<vertica.jdbc.version>25.3.0-0</vertica.jdbc.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/tech/parquet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>Hop Plugins Technology Parquet</name>

<properties>
<parquet.version>1.17.0</parquet.version>
<parquet.version>1.17.1</parquet.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 5 additions & 1 deletion plugins/transforms/tika/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>Hop Plugins Transforms Tika</name>

<properties>
<tika.version>3.2.3</tika.version>
<tika.version>3.3.0</tika.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -157,6 +157,10 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-full</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk18on</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<maven.compiler.target>${target.jdk.version}</maven.compiler.target>
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
<mockito-core.version>5.22.0</mockito-core.version>
<netty.version>4.2.10.Final</netty.version>
<netty.version>4.2.13.Final</netty.version>
<objenesis.version>3.5</objenesis.version>
<opentelemetry.version>1.56.0</opentelemetry.version>
<org.eclipse.platform.version>3.132.0</org.eclipse.platform.version>
Expand Down
Loading