Skip to content

Commit

Permalink
SNOW-1674752 Fix vulnerable dependencies (#838)
Browse files Browse the repository at this point in the history
Fix snyk gate
  • Loading branch information
sfc-gh-alhuang authored Sep 23, 2024
1 parent 3f9b959 commit e00831f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<fasterxml.version>2.17.2</fasterxml.version>
<guava.version>32.0.1-jre</guava.version>
<hadoop.version>3.3.6</hadoop.version>
<iceberg.version>1.3.1</iceberg.version>
<iceberg.version>1.5.2</iceberg.version>
<jacoco.skip.instrument>true</jacoco.skip.instrument>
<jacoco.version>0.8.5</jacoco.version>
<license.processing.dependencyJarsDir>${project.build.directory}/dependency-jars</license.processing.dependencyJarsDir>
Expand All @@ -67,7 +67,7 @@
<parquet.version>1.14.1</parquet.version>
<powermock.version>2.0.9</powermock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>4.27.2</protobuf.version>
<protobuf.version>4.27.5</protobuf.version>
<shadeBase>net.snowflake.ingest.internal</shadeBase>
<slf4j.version>1.7.36</slf4j.version>
<snappy.version>1.1.10.5</snappy.version>
Expand Down Expand Up @@ -1220,6 +1220,7 @@
<exclude>NOTICE</exclude>
<exclude>iceberg-build.properties</exclude>
<exclude>google/protobuf/**/*.proto</exclude>
<exclude>THIRD-PARTY.txt</exclude>
</excludes>
</filter>
<filter>
Expand Down

0 comments on commit e00831f

Please sign in to comment.