Skip to content

Commit 02dad91

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent d8d2751 commit 02dad91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.rest-assured</groupId>
4949
<artifactId>rest-assured</artifactId>
50-
<version>4.3.1</version>
50+
<version>5.5.6</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.cucumber</groupId>

0 commit comments

Comments
 (0)