Skip to content

Commit

Permalink
fix: test-util/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-2812456
  • Loading branch information
snyk-bot committed Oct 6, 2022
1 parent 3f61baf commit fd1ed89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-util/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>4.1.2</version>
<version>4.2.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit fd1ed89

Please sign in to comment.