Skip to content

Commit 1b37e2f

Browse files
authored
Merge pull request #236 from xdev-software/renovate/org.seleniumhq.selenium
Update org.seleniumhq.selenium to v4.39.0
2 parents bd45e85 + 8659a58 commit 1b37e2f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

testcontainers-selenium-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.seleniumhq.selenium</groupId>
3636
<artifactId>selenium-dependencies-bom</artifactId>
37-
<version>4.38.0</version>
37+
<version>4.39.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

testcontainers-selenium/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.seleniumhq.selenium</groupId>
7272
<artifactId>selenium-api</artifactId>
73-
<version>4.38.0</version>
73+
<version>4.39.0</version>
7474
<scope>provided</scope>
7575
</dependency>
7676

@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.seleniumhq.selenium</groupId>
9292
<artifactId>selenium-remote-driver</artifactId>
93-
<version>4.38.0</version>
93+
<version>4.39.0</version>
9494
<scope>test</scope>
9595
<exclusions>
9696
<!-- Tracing is not needed -->
@@ -108,13 +108,13 @@
108108
<dependency>
109109
<groupId>org.seleniumhq.selenium</groupId>
110110
<artifactId>selenium-support</artifactId>
111-
<version>4.38.0</version>
111+
<version>4.39.0</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.seleniumhq.selenium</groupId>
116116
<artifactId>selenium-firefox-driver</artifactId>
117-
<version>4.38.0</version>
117+
<version>4.39.0</version>
118118
<scope>test</scope>
119119
<exclusions>
120120
<!-- No unused, beta-grade, RUST blobs -->
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.seleniumhq.selenium</groupId>
129129
<artifactId>selenium-chrome-driver</artifactId>
130-
<version>4.38.0</version>
130+
<version>4.39.0</version>
131131
<scope>test</scope>
132132
<exclusions>
133133
<!-- No unused, beta-grade, RUST blobs -->

0 commit comments

Comments
 (0)