Skip to content

Commit 80e52de

Browse files
committed
Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10
1 parent 7562761 commit 80e52de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
3838
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
3939
}
40-
optional("net.sourceforge.htmlunit:htmlunit:2.32") {
40+
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
4141
exclude group: "commons-logging", module: "commons-logging"
4242
}
4343
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ dependencies {
8282
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
8383
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
8484
testRuntime("javax.json:javax.json-api:1.1.2")
85-
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9")
85+
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
8686
}

0 commit comments

Comments
 (0)