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.100.Final

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

See this package in Maven Repository:
https://mvnrepository.com/artifact/io.netty/netty-transport-native-epoll/

See this project in Snyk:
https://app.snyk.io/org/shanxuecheng/project/c3ffc6b7-19c1-47a0-8e42-f28482fd5aa3?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 17, 2023
1 parent f29502a commit ec1379b
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.100.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 ec1379b

Please sign in to comment.