Skip to content

Commit

Permalink
fix: upgrade com.fasterxml.jackson.core:jackson-annotations from 2.14…
Browse files Browse the repository at this point in the history
….2 to 2.17.1

Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-annotations from 2.14.2 to 2.17.1.

See this package in maven:
com.fasterxml.jackson.core:jackson-annotations

See this project in Snyk:
https://app.snyk.io/org/shanxuecheng/project/61e66eff-8260-4446-bc38-a5638098b902?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 8, 2024
1 parent f29502a commit 24c48f0
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 @@ -183,7 +183,7 @@
<scalafmt.validateOnly>true</scalafmt.validateOnly>
<scalafmt.changedOnly>true</scalafmt.changedOnly>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<fasterxml.jackson.version>2.14.2</fasterxml.jackson.version>
<fasterxml.jackson.version>2.17.1</fasterxml.jackson.version>
<fasterxml.jackson.databind.version>2.14.2</fasterxml.jackson.databind.version>
<snappy.version>1.1.9.1</snappy.version>
<netlib.ludovic.dev.version>3.0.3</netlib.ludovic.dev.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 24c48f0

Please sign in to comment.