diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 2134b57e..0f4b17ff 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -44,7 +44,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.11.0' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile ('net.sourceforge.htmlunit:htmlunit:2.29') + testCompile ('net.sourceforge.htmlunit:htmlunit:2.30') } |