Skip to content

Commit b8e94ef

Browse files
committed
fix: samples/client/petstore/java/webclient/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-8367012
1 parent bdad11d commit b8e94ef

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/webclient

1 file changed

+1
-1
lines changed

samples/client/petstore/java/webclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<spring-boot-version>2.7.17</spring-boot-version>
127127
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
128128
<reactor-version>3.4.34</reactor-version>
129-
<reactor-netty-version>1.0.39</reactor-netty-version>
129+
<reactor-netty-version>1.1.25</reactor-netty-version>
130130
<junit-version>5.10.2</junit-version>
131131
</properties>
132132
</project>

0 commit comments

Comments
 (0)