Skip to content

Commit 11d91db

Browse files
committed
fix: samples/client/petstore/java/retrofit2/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKIO-5773320 - https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044
1 parent bdad11d commit 11d91db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<maven.compiler.target>${java.version}</maven.compiler.target>
263263
<gson-fire-version>1.9.0</gson-fire-version>
264264
<swagger-annotations-version>1.6.3</swagger-annotations-version>
265-
<retrofit-version>2.11.0</retrofit-version>
265+
<retrofit-version>3.0.0</retrofit-version>
266266
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
267267
<beanvalidation-version>2.0.2</beanvalidation-version>
268268
<oltu-version>1.0.1</oltu-version>

0 commit comments

Comments
 (0)