Skip to content

Commit 678152e

Browse files
committed
Update org.seleniumhq.selenium to v4.33.0
1 parent f2c3aef commit 678152e

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.32.0</version>
37+
<version>4.33.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
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.seleniumhq.selenium</groupId>
8484
<artifactId>selenium-api</artifactId>
85-
<version>4.32.0</version>
85+
<version>4.33.0</version>
8686
<scope>provided</scope>
8787
</dependency>
8888

@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.seleniumhq.selenium</groupId>
104104
<artifactId>selenium-remote-driver</artifactId>
105-
<version>4.32.0</version>
105+
<version>4.33.0</version>
106106
<scope>test</scope>
107107
<exclusions>
108108
<!-- Tracing is not needed -->
@@ -120,13 +120,13 @@
120120
<dependency>
121121
<groupId>org.seleniumhq.selenium</groupId>
122122
<artifactId>selenium-support</artifactId>
123-
<version>4.32.0</version>
123+
<version>4.33.0</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.seleniumhq.selenium</groupId>
128128
<artifactId>selenium-firefox-driver</artifactId>
129-
<version>4.32.0</version>
129+
<version>4.33.0</version>
130130
<scope>test</scope>
131131
<exclusions>
132132
<!-- No unused, beta-grade, RUST blobs -->
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>org.seleniumhq.selenium</groupId>
141141
<artifactId>selenium-chrome-driver</artifactId>
142-
<version>4.32.0</version>
142+
<version>4.33.0</version>
143143
<scope>test</scope>
144144
<exclusions>
145145
<!-- No unused, beta-grade, RUST blobs -->

0 commit comments

Comments
 (0)