Skip to content

Commit

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

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

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

See this project in Snyk:
https://app.snyk.io/org/sitepark/project/b627306d-f0a7-459f-b273-ee4635b72486?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed May 28, 2024
1 parent c9b7a0d commit 9ceca47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -199,7 +199,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions/>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -221,7 +221,7 @@
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"></requireReleaseDepsInPlugins>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"/>
</rules>
<fail>true</fail>
</configuration>
Expand Down Expand Up @@ -285,7 +285,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations/>
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down

0 comments on commit 9ceca47

Please sign in to comment.