Skip to content

Commit 646e12b

Browse files
committed
Update default Selenium version to 4.25.0
1 parent 6f88aac commit 646e12b

File tree

1 file changed

+2
-2
lines changed
  • testcontainers-selenium/src/main/java/software/xdev/testcontainers/selenium/containers/browser

1 file changed

+2
-2
lines changed

testcontainers-selenium/src/main/java/software/xdev/testcontainers/selenium/containers/browser/SeleniumUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public final class SeleniumUtils
3737
{
3838
private static final Logger LOG = LoggerFactory.getLogger(SeleniumUtils.class);
3939

40-
// as of 2024-04
41-
public static final String DEFAULT_SELENIUM_VERSION = "4.19.1";
40+
// as of 2024-10
41+
public static final String DEFAULT_SELENIUM_VERSION = "4.25.0";
4242
private static String cachedVersion;
4343

4444
private SeleniumUtils()

0 commit comments

Comments
 (0)