Skip to content

Commit 6c2cbf7

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 6c2cbf7

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
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.seleniumhq.selenium</groupId>
2323
<artifactId>htmlunit-driver</artifactId>
24-
<version>2.44.0</version>
24+
<version>4.8.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.seleniumhq.selenium</groupId>

0 commit comments

Comments
 (0)