diff --git a/build.gradle b/build.gradle index 0fb7090..5bf26b6 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { compile("org.jetbrains.kotlin:kotlin-reflect") compile('org.springframework.boot:spring-boot-starter-data-mongodb-reactive') runtime('javax.xml.bind:jaxb-api') - compile 'io.micrometer:micrometer-registry-prometheus:1.6.3' + compile 'io.micrometer:micrometer-registry-prometheus:1.7.2' compileOnly('org.projectlombok:lombok') testCompile('org.springframework.boot:spring-boot-starter-test') testCompile('io.projectreactor:reactor-test')