Skip to content

Commit b6f4847

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-CHQOSLOGBACK-13169722
1 parent ddb15d4 commit b6f4847

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<jackson-version>2.19.2</jackson-version>
124124
<jackson-databind-version>2.19.2</jackson-databind-version>
125125
<jackson-databind-nullable-version>0.2.7</jackson-databind-nullable-version>
126-
<spring-boot-version>2.7.17</spring-boot-version>
126+
<spring-boot-version>3.4.11</spring-boot-version>
127127
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
128128
<reactor-version>3.4.34</reactor-version>
129129
<reactor-netty-version>1.2.8</reactor-netty-version>

0 commit comments

Comments
 (0)