Skip to content

Commit 5f294cd

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-IONETTY-8367012
1 parent a897197 commit 5f294cd

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
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.seleniumhq.selenium</groupId>
3030
<artifactId>selenium-java</artifactId>
31-
<version>4.9.1</version>
31+
<version>4.14.0</version>
3232
</dependency>
3333
<!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-chrome-driver -->
3434
<dependency>

0 commit comments

Comments
 (0)