From 1e4db35073a01a37ac01fe43690bdf02e323f28e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:04:37 +0000 Subject: [PATCH] Update dependency com.github.ipfs:java-ipfs-http-client to v1.3.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97f7e02..240d654 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.json:json:20220924' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.1' implementation 'com.rometools:rome:1.18.0' - implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' + implementation 'com.github.ipfs:java-ipfs-http-client:1.3.3' implementation 'org.jsoup:jsoup:1.15.3' implementation 'io.activej:activej-common:5.4.3' implementation 'io.activej:activej-http:5.4.3'