File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments