Skip to content

Commit 00d2a54

Browse files
committed
[SPARK-53881][BUILD][TESTS] Upgrade Selenium to 4.32.0
### What changes were proposed in this pull request? This PR aims to upgrade `Selenium` to 4.32.0. ### Why are the changes needed? To bring the updates. Note that 4.33 and the above is incompatible for now. - https://www.selenium.dev/blog/2025/selenium-4-32-released/ - https://www.selenium.dev/blog/2025/selenium-4-31-released/ - https://www.selenium.dev/blog/2025/selenium-4-30-released/ - https://www.selenium.dev/blog/2025/selenium-4-29-released/ - https://www.selenium.dev/blog/2025/selenium-4-28-released/ - https://www.selenium.dev/blog/2024/selenium-4-27-released/ - https://www.selenium.dev/blog/2024/selenium-4-26-released/ - https://www.selenium.dev/blog/2024/selenium-4-25-released/ - https://www.selenium.dev/blog/2024/selenium-4-24-released/ - https://www.selenium.dev/blog/2024/selenium-4-23-released/ - https://www.selenium.dev/blog/2024/selenium-4-22-released/ ### Does this PR introduce _any_ user-facing change? No, this is a test dependency change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #52579 from dongjoon-hyun/SPARK-53881. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 47e4108 commit 00d2a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@
209209
<libthrift.version>0.16.0</libthrift.version>
210210
<antlr4.version>4.13.1</antlr4.version>
211211
<jpam.version>1.1</jpam.version>
212-
<selenium.version>4.21.0</selenium.version>
213-
<htmlunit3-driver.version>4.21.0</htmlunit3-driver.version>
212+
<selenium.version>4.32.0</selenium.version>
213+
<htmlunit3-driver.version>4.32.0</htmlunit3-driver.version>
214214
<maven-antrun.version>3.1.0</maven-antrun.version>
215215
<commons-crypto.version>1.1.0</commons-crypto.version>
216216
<commons-cli.version>1.10.0</commons-cli.version>

0 commit comments

Comments
 (0)