Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.1 to 2.17.2.
    See this package in maven: https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/
  - nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2.
    See this package in maven: https://mvnrepository.com/artifact/nl.jqno.equalsverifier/equalsverifier/

See this project in Snyk:
https://app.snyk.io/org/sitepark/project/b713994d-0bc5-4783-a172-c904531fe83f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 14, 2024
1 parent 6009f70 commit d525f70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<properties>
<junit.version>5.10.2</junit.version>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
<spotbugs.version>4.8.4</spotbugs.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.16.1</version>
<version>3.16.2</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down Expand Up @@ -222,7 +222,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions/>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -244,7 +244,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 @@ -308,7 +308,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 d525f70

Please sign in to comment.