Skip to content

Commit

Permalink
fix: samples/client/petstore/java/retrofit2-play26/pom.xml to reduce …
Browse files Browse the repository at this point in the history
…vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327
  • Loading branch information
snyk-bot committed Nov 6, 2023
1 parent 0b37b59 commit 890c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client/petstore/java/retrofit2-play26/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.3</gson-fire-version>
<gson-fire-version>1.9.0</gson-fire-version>
<swagger-annotations-version>1.5.22</swagger-annotations-version>
<jackson-version>2.12.1</jackson-version>
<play-version>2.6.7</play-version>
Expand Down

0 comments on commit 890c5e6

Please sign in to comment.