Open paulvi opened 3 years ago
See Dependencies listed at https://mvnrepository.com/artifact/org.web3j/core/4.8.4
e.g. web3j defines okhttp newer version 4.9.0 , then in this starter
Also in sources https://github.com/web3j/web3j/blob/master/build.gradle#L13-L33 https://github.com/web3j/web3j/blob/master/core/build.gradle
Also most of dependencies are already managed by Spring Boot see underlined lines that have dependencies lower or the same than boot defines
I saw that and I will remove unnecessary version definition, but okhttp default version stop over in 3.x, need to upgrade it make sure the program is running properly
See Dependencies listed at https://mvnrepository.com/artifact/org.web3j/core/4.8.4
e.g. web3j defines okhttp newer version 4.9.0 , then in this starter
Also in sources https://github.com/web3j/web3j/blob/master/build.gradle#L13-L33 https://github.com/web3j/web3j/blob/master/core/build.gradle
Also most of dependencies are already managed by Spring Boot see underlined lines that have dependencies lower or the same than boot defines