why I have HTTP 403 from repo spring?
Open your build.gradle
file and replace the spring maven repository URL from http with https
The issue is related to the deprecated repository link. Please update http
with https
of Spring repo URL.
Open your build.gradle
file and replace the spring maven repository URL from http with https
The issue is related to the deprecated repository link. Please update http
with https
of Spring repo URL.