diff --git a/build.gradle b/build.gradle index 362f0b6..c2d4e7f 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive' implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-actuator' - implementation 'io.micrometer:micrometer-registry-prometheus:1.11.0' + implementation 'io.micrometer:micrometer-registry-prometheus:1.11.3' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' }