diff --git a/modules/gmmf/build.gradle.kts b/modules/gmmf/build.gradle.kts index 841d0960..49a43fec 100644 --- a/modules/gmmf/build.gradle.kts +++ b/modules/gmmf/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:2.7.4") implementation("org.springframework:spring-core:5.3.23") implementation("org.yaml:snakeyaml:1.33") - implementation("io.dropwizard.metrics:metrics-core:4.2.12") + implementation("io.dropwizard.metrics:metrics-core:4.2.26") implementation("org.apache.commons:commons-text:1.10.0") }