Skip to content

Commit 9ce8964

Browse files
committed
Update org.seleniumhq.selenium to v4.24.0
1 parent d16bec1 commit 9ce8964

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.22.0</version>
37+
<version>4.24.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
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.seleniumhq.selenium</groupId>
106106
<artifactId>selenium-api</artifactId>
107-
<version>4.22.0</version>
107+
<version>4.24.0</version>
108108
<scope>provided</scope>
109109
</dependency>
110110

@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.seleniumhq.selenium</groupId>
126126
<artifactId>selenium-remote-driver</artifactId>
127-
<version>4.22.0</version>
127+
<version>4.24.0</version>
128128
<scope>test</scope>
129129
<exclusions>
130130
<!-- Tracing is not needed -->
@@ -142,13 +142,13 @@
142142
<dependency>
143143
<groupId>org.seleniumhq.selenium</groupId>
144144
<artifactId>selenium-support</artifactId>
145-
<version>4.22.0</version>
145+
<version>4.24.0</version>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.seleniumhq.selenium</groupId>
150150
<artifactId>selenium-firefox-driver</artifactId>
151-
<version>4.22.0</version>
151+
<version>4.24.0</version>
152152
<scope>test</scope>
153153
<exclusions>
154154
<!-- No unused, beta-grade, RUST blobs -->
@@ -161,7 +161,7 @@
161161
<dependency>
162162
<groupId>org.seleniumhq.selenium</groupId>
163163
<artifactId>selenium-chrome-driver</artifactId>
164-
<version>4.22.0</version>
164+
<version>4.24.0</version>
165165
<scope>test</scope>
166166
<exclusions>
167167
<!-- No unused, beta-grade, RUST blobs -->

0 commit comments

Comments
 (0)