I deploy my maven project to a maven private server. After introducing dependencies in other projects, the version of okhttp3
changed from 4.7.2 to 3.14.9
The maven dependency of the deployed project:mdm-auth-spring-boot-starter
Another project introduces mdm-auth-spring-boot-starter
Why has the version of okhttp3
has changed?
My OS is Win10, JDK_version-1.8.181, maven version 3.6.3
Reinstalling the system, JDK and maven, doesn't solve the problem.