diff options
author | Vitaly Takmazov | 2020-04-17 09:27:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-17 09:27:39 +0300 |
commit | 303758e5c136a25d638f51a30dcf154ee21c5912 (patch) | |
tree | 3bef8c358c361d680c6501bc91553e7f119e1549 /build.gradle | |
parent | 29b4a0a7ece6ff8263b7833703d8f1e13be011ef (diff) |
Update deps
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index b2610e32..0610e86d 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { compile 'com.nimbusds:nimbus-jose-jwt:8.14.1' testCompile("org.springframework.boot:spring-boot-starter-test") - testCompile('net.sourceforge.htmlunit:htmlunit:2.39.0') + testCompile('net.sourceforge.htmlunit:htmlunit:2.39.1') testCompile('org.springframework.security:spring-security-test') testCompile("ch.vorburger.mariaDB4j:mariaDB4j:2.4.0") |