diff options
author | Vitaly Takmazov | 2018-11-20 16:51:56 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-20 16:51:56 +0300 |
commit | b5eed5e659c94eb618b3f35dff92988e2860235c (patch) | |
tree | 40c8b6cf92f85d13314b768ccc01a9fea664c5fe /build.gradle | |
parent | a3ec3587e1fa33e4e08da9783d9d66c55ac84550 (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 f8b3544b..8f70ee30 100644 --- a/build.gradle +++ b/build.gradle @@ -164,7 +164,7 @@ dependencies { compile 'com.atlassian.commonmark:commonmark:0.12.1' compile 'com.atlassian.commonmark:commonmark-ext-autolink:0.12.1' compile 'org.tomitribe:tomitribe-http-signatures:1.1' - compile 'com.squareup.okhttp3:okhttp:3.11.0' + compile 'com.squareup.okhttp3:okhttp:3.12.0' testCompile("org.springframework.boot:spring-boot-starter-test") testCompile('net.sourceforge.htmlunit:htmlunit:2.33') |