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.32 .0</version >
37
+ <version >4.33 .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 82
82
<dependency >
83
83
<groupId >org.seleniumhq.selenium</groupId >
84
84
<artifactId >selenium-api</artifactId >
85
- <version >4.32 .0</version >
85
+ <version >4.33 .0</version >
86
86
<scope >provided</scope >
87
87
</dependency >
88
88
102
102
<dependency >
103
103
<groupId >org.seleniumhq.selenium</groupId >
104
104
<artifactId >selenium-remote-driver</artifactId >
105
- <version >4.32 .0</version >
105
+ <version >4.33 .0</version >
106
106
<scope >test</scope >
107
107
<exclusions >
108
108
<!-- Tracing is not needed -->
120
120
<dependency >
121
121
<groupId >org.seleniumhq.selenium</groupId >
122
122
<artifactId >selenium-support</artifactId >
123
- <version >4.32 .0</version >
123
+ <version >4.33 .0</version >
124
124
<scope >test</scope >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >org.seleniumhq.selenium</groupId >
128
128
<artifactId >selenium-firefox-driver</artifactId >
129
- <version >4.32 .0</version >
129
+ <version >4.33 .0</version >
130
130
<scope >test</scope >
131
131
<exclusions >
132
132
<!-- No unused, beta-grade, RUST blobs -->
139
139
<dependency >
140
140
<groupId >org.seleniumhq.selenium</groupId >
141
141
<artifactId >selenium-chrome-driver</artifactId >
142
- <version >4.32 .0</version >
142
+ <version >4.33 .0</version >
143
143
<scope >test</scope >
144
144
<exclusions >
145
145
<!-- No unused, beta-grade, RUST blobs -->
You can’t perform that action at this time.
0 commit comments