File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
testcontainers-selenium-demo Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
<dependency >
35
35
<groupId >org.seleniumhq.selenium</groupId >
36
36
<artifactId >selenium-dependencies-bom</artifactId >
37
- <version >4.22 .0</version >
37
+ <version >4.24 .0</version >
38
38
<type >pom</type >
39
39
<scope >import</scope >
40
40
</dependency >
Original file line number Diff line number Diff line change 104
104
<dependency >
105
105
<groupId >org.seleniumhq.selenium</groupId >
106
106
<artifactId >selenium-api</artifactId >
107
- <version >4.22 .0</version >
107
+ <version >4.24 .0</version >
108
108
<scope >provided</scope >
109
109
</dependency >
110
110
124
124
<dependency >
125
125
<groupId >org.seleniumhq.selenium</groupId >
126
126
<artifactId >selenium-remote-driver</artifactId >
127
- <version >4.22 .0</version >
127
+ <version >4.24 .0</version >
128
128
<scope >test</scope >
129
129
<exclusions >
130
130
<!-- Tracing is not needed -->
142
142
<dependency >
143
143
<groupId >org.seleniumhq.selenium</groupId >
144
144
<artifactId >selenium-support</artifactId >
145
- <version >4.22 .0</version >
145
+ <version >4.24 .0</version >
146
146
<scope >test</scope >
147
147
</dependency >
148
148
<dependency >
149
149
<groupId >org.seleniumhq.selenium</groupId >
150
150
<artifactId >selenium-firefox-driver</artifactId >
151
- <version >4.22 .0</version >
151
+ <version >4.24 .0</version >
152
152
<scope >test</scope >
153
153
<exclusions >
154
154
<!-- No unused, beta-grade, RUST blobs -->
161
161
<dependency >
162
162
<groupId >org.seleniumhq.selenium</groupId >
163
163
<artifactId >selenium-chrome-driver</artifactId >
164
- <version >4.22 .0</version >
164
+ <version >4.24 .0</version >
165
165
<scope >test</scope >
166
166
<exclusions >
167
167
<!-- No unused, beta-grade, RUST blobs -->
You can’t perform that action at this time.
0 commit comments