From 7a124fc51f12419ad0a2fafabfaca17e7501e007 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:31:57 +0000 Subject: [PATCH] fix(deps): 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 7854fc6..08038d4 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: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'