mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Upgrade HtmlUnit and Selenium dependencies
HtmlUnit 5 moved its Cookie type to org.htmlunit.http, so Spring Test's HtmlUnit integration now uses the new API. Constraint: Keep HtmlUnit and htmlunit3-driver versions compatible. Rejected: Upgrade HtmlUnit alone | driver requires HtmlUnit 5.4.0. Confidence: high Scope-risk: narrow Directive: Keep HtmlUnit and the driver version aligned. Tested: JAVA_HOME=/opt/homebrew/opt/openjdk@25 ./gradlew build Not-tested: None Signed-off-by: jungh8n <jh981113@naver.com>
This commit is contained in:
@@ -123,7 +123,7 @@ dependencies {
|
||||
api("org.hibernate.orm:hibernate-core:7.4.5.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:9.1.3.Final")
|
||||
api("org.hsqldb:hsqldb:2.7.4")
|
||||
api("org.htmlunit:htmlunit:4.21.0")
|
||||
api("org.htmlunit:htmlunit:5.4.0")
|
||||
api("org.javamoney:moneta:1.4.4")
|
||||
api("org.jboss.logging:jboss-logging:3.6.1.Final")
|
||||
api("org.jruby:jruby:10.0.2.0")
|
||||
@@ -134,8 +134,8 @@ dependencies {
|
||||
api("org.python:jython-standalone:2.7.4")
|
||||
api("org.quartz-scheduler:quartz:2.3.2")
|
||||
api("org.reactivestreams:reactive-streams:1.0.4")
|
||||
api("org.seleniumhq.selenium:htmlunit3-driver:4.41.0")
|
||||
api("org.seleniumhq.selenium:selenium-java:4.41.0")
|
||||
api("org.seleniumhq.selenium:htmlunit3-driver:4.47.0")
|
||||
api("org.seleniumhq.selenium:selenium-java:4.47.0")
|
||||
api("org.skyscreamer:jsonassert:1.5.3")
|
||||
api("org.testng:testng:7.12.0")
|
||||
api("org.webjars:webjars-locator-lite:1.1.0")
|
||||
|
||||
Reference in New Issue
Block a user