Skip to content

Commit

Permalink
fix: samples/client/petstore/java/webclient-jakarta/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-IONETTY-8367012
  • Loading branch information
snyk-bot committed Dec 12, 2024
1 parent bdad11d commit 4693d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client/petstore/java/webclient-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<spring-boot-version>3.0.12</spring-boot-version>
<jakarta-annotation-version>2.1.1</jakarta-annotation-version>
<reactor-version>3.5.12</reactor-version>
<reactor-netty-version>1.1.13</reactor-netty-version>
<reactor-netty-version>1.1.25</reactor-netty-version>
<junit-version>5.10.2</junit-version>
</properties>
</project>

0 comments on commit 4693d82

Please sign in to comment.