Skip to content

Commit 6ccf08e

Browse files
committed
Merge branch 'develop' of https://github.com/xdev-software/testcontainers-selenium into develop
2 parents 5bcb1de + 030cd24 commit 6ccf08e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.21.0</version>
37+
<version>4.22.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

testcontainers-selenium/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@
104104
<dependency>
105105
<groupId>org.seleniumhq.selenium</groupId>
106106
<artifactId>selenium-api</artifactId>
107-
<version>4.21.0</version>
107+
<version>4.22.0</version>
108108
<scope>provided</scope>
109109
</dependency>
110110

111111
<!-- Tests -->
112112
<dependency>
113113
<groupId>org.junit.jupiter</groupId>
114114
<artifactId>junit-jupiter</artifactId>
115-
<version>5.10.2</version>
115+
<version>5.10.3</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>org.seleniumhq.selenium</groupId>
126126
<artifactId>selenium-remote-driver</artifactId>
127-
<version>4.21.0</version>
127+
<version>4.22.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.21.0</version>
145+
<version>4.22.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.21.0</version>
151+
<version>4.22.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.21.0</version>
164+
<version>4.22.0</version>
165165
<scope>test</scope>
166166
<exclusions>
167167
<!-- No unused, beta-grade, RUST blobs -->
@@ -265,7 +265,7 @@
265265
<plugin>
266266
<groupId>org.apache.maven.plugins</groupId>
267267
<artifactId>maven-surefire-plugin</artifactId>
268-
<version>3.2.5</version>
268+
<version>3.3.0</version>
269269
<configuration>
270270
<skipTests>${skipTests}</skipTests>
271271
</configuration>

0 commit comments

Comments
 (0)