Skip to content

Commit 3d6be7c

Browse files
committed
fix: samples/client/petstore/java/rest-assured/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent 12fa2c0 commit 3d6be7c

File tree

1 file changed

+1
-1
lines changed
  • samples/client/petstore/java/rest-assured

1 file changed

+1
-1
lines changed

samples/client/petstore/java/rest-assured/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
</dependencies>
255255
<properties>
256256
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
257-
<rest-assured.version>5.3.2</rest-assured.version>
257+
<rest-assured.version>5.5.6</rest-assured.version>
258258
<gson-version>2.10.1</gson-version>
259259
<gson-fire-version>1.9.0</gson-fire-version>
260260
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>

0 commit comments

Comments
 (0)