|
104 | 104 | <dependency>
|
105 | 105 | <groupId>org.seleniumhq.selenium</groupId>
|
106 | 106 | <artifactId>selenium-api</artifactId>
|
107 |
| - <version>4.21.0</version> |
| 107 | + <version>4.22.0</version> |
108 | 108 | <scope>provided</scope>
|
109 | 109 | </dependency>
|
110 | 110 |
|
111 | 111 | <!-- Tests -->
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.junit.jupiter</groupId>
|
114 | 114 | <artifactId>junit-jupiter</artifactId>
|
115 |
| - <version>5.10.2</version> |
| 115 | + <version>5.10.3</version> |
116 | 116 | <scope>test</scope>
|
117 | 117 | </dependency>
|
118 | 118 | <dependency>
|
|
124 | 124 | <dependency>
|
125 | 125 | <groupId>org.seleniumhq.selenium</groupId>
|
126 | 126 | <artifactId>selenium-remote-driver</artifactId>
|
127 |
| - <version>4.21.0</version> |
| 127 | + <version>4.22.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.21.0</version> |
| 145 | + <version>4.22.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.21.0</version> |
| 151 | + <version>4.22.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.21.0</version> |
| 164 | + <version>4.22.0</version> |
165 | 165 | <scope>test</scope>
|
166 | 166 | <exclusions>
|
167 | 167 | <!-- No unused, beta-grade, RUST blobs -->
|
|
265 | 265 | <plugin>
|
266 | 266 | <groupId>org.apache.maven.plugins</groupId>
|
267 | 267 | <artifactId>maven-surefire-plugin</artifactId>
|
268 |
| - <version>3.2.5</version> |
| 268 | + <version>3.3.0</version> |
269 | 269 | <configuration>
|
270 | 270 | <skipTests>${skipTests}</skipTests>
|
271 | 271 | </configuration>
|
|
0 commit comments