Skip to content

Commit 1bef6c8

Browse files
committed
fix: samples/client/petstore/java/webclient-swagger2/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-12008931 - https://snyk.io/vuln/SNYK-JAVA-IOPROJECTREACTORNETTY-10770514
1 parent 12fa2c0 commit 1bef6c8

File tree

1 file changed

+2
-2
lines changed
  • samples/client/petstore/java/webclient-swagger2

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129
<jackson-version>2.17.1</jackson-version>
130130
<jackson-databind-version>2.17.1</jackson-databind-version>
131131
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
132-
<spring-boot-version>2.7.17</spring-boot-version>
132+
<spring-boot-version>3.4.9</spring-boot-version>
133133
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
134134
<reactor-version>3.4.34</reactor-version>
135-
<reactor-netty-version>1.0.39</reactor-netty-version>
135+
<reactor-netty-version>1.2.8</reactor-netty-version>
136136
<junit-version>5.10.2</junit-version>
137137
</properties>
138138
</project>

0 commit comments

Comments
 (0)