Skip to content

Commit 565300c

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044
1 parent 4a22c80 commit 565300c

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
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.seleniumhq.selenium</groupId>
165165
<artifactId>selenium-java</artifactId>
166-
<version>3.141.59</version>
166+
<version>4.0.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>net.sf.saxon</groupId>

0 commit comments

Comments
 (0)