Skip to content

Commit 517958b

Browse files
committed
fix: samples/client/petstore/scala-akka/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-10500754
1 parent 12fa2c0 commit 517958b

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/scala-akka

1 file changed

+1
-1
lines changed

samples/client/petstore/scala-akka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<java.version>1.8</java.version>
1818
<scala.version>2.12.13</scala.version>
19-
<json4s.jackson.version>3.6.7</json4s.jackson.version>
19+
<json4s.jackson.version>4.0.0</json4s.jackson.version>
2020
<json4s.ext.version>3.6.7</json4s.ext.version>
2121
<akka.version>2.6.12</akka.version>
2222
<akka.http.version>10.2.3</akka.http.version>

0 commit comments

Comments
 (0)