Skip to content

Commit 0e05019

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJSON-5488379 - https://snyk.io/vuln/SNYK-JAVA-ORGJSON-5962464
1 parent a897197 commit 0e05019

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
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.percy</groupId>
4141
<artifactId>percy-java-selenium</artifactId>
42-
<version>1.3.2</version>
42+
<version>2.0.3</version>
4343
</dependency>
4444
</dependencies>
4545
<build>

0 commit comments

Comments
 (0)