Skip to content

Commit 2e7ef44

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/testcontainers-selenium into develop
2 parents 7ec57b4 + b522daa commit 2e7ef44

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

testcontainers-selenium-demo/pom.xml

Lines changed: 2 additions & 2 deletions
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>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.slf4j</groupId>
5353
<artifactId>slf4j-simple</artifactId>
54-
<version>2.0.13</version>
54+
<version>2.0.16</version>
5555
</dependency>
5656

5757
<dependency>

testcontainers-selenium/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@
9797
<dependency>
9898
<groupId>org.slf4j</groupId>
9999
<artifactId>slf4j-api</artifactId>
100-
<version>2.0.13</version>
100+
<version>2.0.16</version>
101101
</dependency>
102102

103103
<!-- Selenium API is optional -->
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

@@ -118,13 +118,13 @@
118118
<dependency>
119119
<groupId>org.slf4j</groupId>
120120
<artifactId>slf4j-simple</artifactId>
121-
<version>2.0.13</version>
121+
<version>2.0.16</version>
122122
<scope>test</scope>
123123
</dependency>
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)