From 4c53d136d4c0e2e3ccb8c1a2f6ae0db017fe9a0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:32:05 +0000 Subject: [PATCH] fix(deps): update dependency com.github.ipfs:java-ipfs-http-client to v0.4.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7854fc6..7a80787 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.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:0.4.3.1' implementation 'org.jsoup:jsoup:1.15.3' implementation 'io.activej:activej-common:5.4.3' implementation 'io.activej:activej-http:5.4.3'