Skip to content

Commit b381e38

Browse files
committed
[GR-61698] Use the latest version of Selenium.
PullRequest: graal/19931
2 parents 80f5816 + 1e55099 commit b381e38

File tree

1 file changed

+3
-3
lines changed
  • vm/tests/gh_workflows/CDTInspectorTest

1 file changed

+3
-3
lines changed

vm/tests/gh_workflows/CDTInspectorTest/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ questions.
3333
<dependency>
3434
<groupId>org.seleniumhq.selenium</groupId>
3535
<artifactId>selenium-api</artifactId>
36-
<version>4.15.0</version>
36+
<version>[4.28,6.0)</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.seleniumhq.selenium</groupId>
4040
<artifactId>selenium-chrome-driver</artifactId>
41-
<version>4.15.0</version>
41+
<version>[4.28,6.0)</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.seleniumhq.selenium</groupId>
4545
<artifactId>selenium-support</artifactId>
46-
<version>4.15.0</version>
46+
<version>[4.28,6.0)</version>
4747
</dependency>
4848
</dependencies>
4949
<build>

0 commit comments

Comments
 (0)