Skip to content

Commit

Permalink
fix: upgrade com.fasterxml.jackson.datatype:jackson-datatype-joda fro…
Browse files Browse the repository at this point in the history
…m 2.13.5 to 2.16.0

Snyk has created this PR to upgrade com.fasterxml.jackson.datatype:jackson-datatype-joda from 2.13.5 to 2.16.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-joda/

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/a1c4b5a8-0a8f-4039-a8dd-39c1aefe3d81?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Dec 8, 2023
1 parent 577ab69 commit 6a2e726
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<auditlog.api.version>8.3.0-SNAPSHOT</auditlog.api.version>
<cxf.version>3.3.5</cxf.version>
<fasterxml.jackson.version>2.13.5</fasterxml.jackson.version> <!-- newest version breaks tests -->
<fasterxml.jackson.version>2.16.0</fasterxml.jackson.version> <!-- newest version breaks tests -->
<jetty.version>9.4.27.v20200227</jetty.version>
<kela.version>12.0-SNAPSHOT</kela.version>
<slf4j.version>1.7.28</slf4j.version>
Expand Down Expand Up @@ -675,8 +675,7 @@ vcsRevision=${revision}
buildTtime=${maven.build.timestamp}
]]>
</echo>
<loadfile property="buildversiontxt"
srcFile="${project.build.outputDirectory}/static/buildversion.txt"/>
<loadfile property="buildversiontxt" srcFile="${project.build.outputDirectory}/static/buildversion.txt"/>
<echo message="${buildversiontxt}"/>
<echo file="target/mavenversion.txt">${project.version}</echo>
</target>
Expand Down

0 comments on commit 6a2e726

Please sign in to comment.