Skip to content

Commit

Permalink
fix: upgrade org.eclipse.jetty:jetty-util from 9.4.51.v20230217 to 9.…
Browse files Browse the repository at this point in the history
…4.53.v20231009

Snyk has created this PR to upgrade org.eclipse.jetty:jetty-util from 9.4.51.v20230217 to 9.4.53.v20231009.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util/

See this project in Snyk:
https://app.snyk.io/org/shanxuecheng/project/d3758c28-2b26-4113-84df-1fd9052744a9?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Feb 27, 2024
1 parent f29502a commit c2dcfaa
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 @@ -143,7 +143,7 @@
<parquet.version>1.13.0</parquet.version>
<orc.version>1.8.3</orc.version>
<orc.classifier>shaded-protobuf</orc.classifier>
<jetty.version>9.4.51.v20230217</jetty.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<jakartaservlet.version>4.0.3</jakartaservlet.version>
<chill.version>0.10.0</chill.version>
<ivy.version>2.5.1</ivy.version>
Expand Down Expand Up @@ -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 c2dcfaa

Please sign in to comment.