Skip to content

Commit 1a15441

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-CHQOSLOGBACK-8539866 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539867 - https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865
1 parent be618ec commit 1a15441

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
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.3.7</spring-boot-version>
133133
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
134134
<reactor-version>3.4.34</reactor-version>
135135
<reactor-netty-version>1.0.39</reactor-netty-version>

0 commit comments

Comments
 (0)