Skip to content

Commit 1866761

Browse files
authored
Merge pull request #76 from iExecBlockchainComputing/feature/ipfs-kubo-v0.18.1
Feature/ipfs kubo v0.18.1
2 parents 40f39dd + 93fba4b commit 1866761

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
1818
* Upgrade to Spring Boot 2.6.14.
1919
* Upgrade to Gradle 7.6.
2020
* Upgrade OkHttp to 4.9.0.
21+
* Upgrade java-http-ipfs-client to 1.4.0 for latest IPFS Kubo support (v0.18.1).
2122

2223
## [[7.3.0]](https://github.com/iExecBlockchainComputing/iexec-result-proxy/releases/tag/v7.3.0) 2023-01-18
2324

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
implementation 'org.springdoc:springdoc-openapi-ui:1.6.3'
7474

7575
// ipfs
76-
implementation 'com.github.ipfs:java-ipfs-http-client:1.3.3'
76+
implementation 'com.github.ipfs:java-ipfs-http-client:1.4.0'
7777

7878
// json web token
7979
implementation 'io.jsonwebtoken:jjwt:0.7.0'

0 commit comments

Comments
 (0)