GrooveWind / wind-web3j-spring-boot-starter

1 stars 2 forks source link

this starter define some older than needed dependencies version #1

Open paulvi opened 3 years ago

paulvi commented 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

image

GrooveWind commented 3 years ago

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