aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-03-01 10:30:03 +0300
committerGravatar Vitaly Takmazov2019-03-01 10:30:03 +0300
commit28912df439575842c6e5e34df9e212c5f6ff15ac (patch)
treed70cdc988fdeb3a82fe149bd8379baa77849bb9a
parent592b5f3b848bb2a029d89a6b204cc05e61b73a35 (diff)
Update maven deps
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7aeb5c8d..29ec037e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
+ classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0'
classpath 'io.github.swagger2markup:swagger2markup-gradle-plugin:1.3.3'
}
}
@@ -174,7 +174,7 @@ dependencies {
compile "com.kotcrab.remark:remark:1.0.0"
testCompile("org.springframework.boot:spring-boot-starter-test")
- testCompile('net.sourceforge.htmlunit:htmlunit:2.33')
+ testCompile('net.sourceforge.htmlunit:htmlunit:2.34.0')
testCompile('org.springframework.security:spring-security-test')
testCompile 'io.springfox:springfox-swagger2:2.9.2'