Skip to content

Commit

Permalink
fix: upgrade io.netty:netty-transport-native-epoll from 4.1.89.Final …
Browse files Browse the repository at this point in the history
…to 4.1.109.Final

Snyk has created this PR to upgrade io.netty:netty-transport-native-epoll from 4.1.89.Final to 4.1.109.Final.

See this package in maven:
io.netty:netty-transport-native-epoll

See this project in Snyk:
https://app.snyk.io/org/shanxuecheng/project/d1213d33-cd99-4167-a216-9ac8bd60a435?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 8, 2024
1 parent f29502a commit 489c903
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<commons-cli.version>1.5.0</commons-cli.version>
<bouncycastle.version>1.60</bouncycastle.version>
<tink.version>1.7.0</tink.version>
<netty.version>4.1.89.Final</netty.version>
<netty.version>4.1.109.Final</netty.version>
<!--
If you are changing Arrow version specification, please check
./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.
Expand All @@ -231,8 +231,8 @@

<!-- Some UI tests require Chrome and Chrome driver installed so those tests are disabled by default. -->
<test.default.exclude.tags>org.apache.spark.tags.ChromeUITest</test.default.exclude.tags>
<test.exclude.tags></test.exclude.tags>
<test.include.tags></test.include.tags>
<test.exclude.tags/>
<test.include.tags/>

<test.jdwp.address>localhost:0</test.jdwp.address>
<test.jdwp.suspend>y</test.jdwp.suspend>
Expand Down Expand Up @@ -297,7 +297,7 @@
things breaking.
-->
<spark.test.home>${session.executionRootDirectory}</spark.test.home>
<spark.test.webdriver.chrome.driver></spark.test.webdriver.chrome.driver>
<spark.test.webdriver.chrome.driver/>
<spark.test.docker.keepContainer>false</spark.test.docker.keepContainer>
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>

Expand Down Expand Up @@ -3369,7 +3369,7 @@
</goals>
<configuration>
<target>
<mkdir dir="${project.build.directory}/tmp" />
<mkdir dir="${project.build.directory}/tmp"/>
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -3770,7 +3770,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -3783,7 +3783,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -3796,7 +3796,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 489c903

Please sign in to comment.