Skip to content

Commit

Permalink
Upgrade to HtmlUnit 2.33 and Apache Johnzon 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Sep 20, 2018
1 parent 7562761 commit 80e52de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-test/spring-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") {
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
}
optional("net.sourceforge.htmlunit:htmlunit:2.32") {
optional("net.sourceforge.htmlunit:htmlunit:2.33") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.seleniumhq.selenium:htmlunit-driver:2.32.1") {
Expand Down
2 changes: 1 addition & 1 deletion spring-web/spring-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ dependencies {
testRuntime("com.sun.xml.bind:jaxb-core:2.3.0.1")
testRuntime("com.sun.xml.bind:jaxb-impl:2.3.0.1")
testRuntime("javax.json:javax.json-api:1.1.2")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.9")
testRuntime("org.apache.johnzon:johnzon-jsonb:1.1.10")
}

0 comments on commit 80e52de

Please sign in to comment.