I'm developing code from the link: https://howtodoinjava.com/spring-cloud/spring-cloud-config-server-git/ and when I updated the Spring Boot version 2.1.2.RELEASE pom.xml is giving me below error.
Project build error: 'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-starter-config:jar is missing.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<version>2.1.2.RELEASE</version>tag beneath the artifactId? - Tiago Cardoso