fixed dependency version

This commit is contained in:
Konstantinos Spyrou 2021-07-26 11:56:28 +00:00
parent 500c379b8c
commit 4d7f3d7a64
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -297,16 +297,16 @@
</dependency>
<!-- Enable micrometer >> -->
<dependency>
<dependency> <!-- TODO: remove this with ActuatorConfig class -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.1.18.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
<version>2.1.18.RELEASE</version>
<version>1.3.5.RELEASE</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework.boot</groupId>-->
<!-- <artifactId>spring-boot-actuator-autoconfigure</artifactId>-->
<!-- <version>2.1.18.RELEASE</version>-->
<!-- </dependency>-->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>