Я работаю над приложением весенней загрузки и не указал ни одной версии в моем файле build.gradle, см. Код ниже.
dependencies {
compile('org.springframework.boot:spring-boot-starter-data-jpa')
compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.boot:spring-boot-starter-web')
compile('org.postgresql:postgresql')
}
Как gradle автоматически определит версию?