Skip to content

Commit

Permalink
fix: test-util/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 6, 2022
1 parent 3f61baf commit e896197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-util/pom.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>3.58.0</version>
<version>3.63.0</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -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 e896197

Please sign in to comment.