Skip to content

Commit

Permalink
fix: deps/arrow-0.17.1/java/flight/flight-core/pom.xml to reduce vuln…
Browse files Browse the repository at this point in the history
…erabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-5725787
  • Loading branch information
snyk-bot committed Oct 20, 2023
1 parent 735f9c9 commit 632e607
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/arrow-0.17.1/java/flight/flight-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<packaging>jar</packaging>

<properties>
<dep.grpc.version>1.24.0</dep.grpc.version>
<dep.grpc.version>1.59.0</dep.grpc.version>
<dep.protobuf.version>3.7.1</dep.protobuf.version>
<forkCount>1</forkCount>
</properties>
Expand Down Expand Up @@ -178,7 +178,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
Expand Down Expand Up @@ -209,7 +209,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
Expand Down Expand Up @@ -259,7 +259,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
<classpath />
<classpath/>
<argument>-Xms64m</argument>
<argument>-Xmx64m</argument>
<argument>-XX:MaxDirectMemorySize=4g</argument>
Expand Down

0 comments on commit 632e607

Please sign in to comment.