File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
platform-service-framework Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tasks.test {
1111
1212dependencies {
1313 api(" com.typesafe:config:1.4.2" )
14- api(" io.dropwizard.metrics:metrics-core:4.2.13 " )
14+ api(" io.dropwizard.metrics:metrics-core:4.2.16 " )
1515 api(" io.micrometer:micrometer-core:1.10.2" )
1616 api(" javax.servlet:javax.servlet-api:3.1.0" )
1717
@@ -20,7 +20,7 @@ dependencies {
2020 implementation(" io.github.mweirauch:micrometer-jvm-extras:0.2.2" )
2121 implementation(" org.slf4j:slf4j-api:1.7.36" )
2222 implementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.19.0" )
23- implementation(" io.dropwizard.metrics:metrics-jvm:4.2.13 " )
23+ implementation(" io.dropwizard.metrics:metrics-jvm:4.2.16 " )
2424 implementation(" io.prometheus:simpleclient_dropwizard:0.12.0" )
2525 implementation(" io.prometheus:simpleclient_servlet:0.12.0" )
2626 implementation(" io.prometheus:simpleclient_pushgateway:0.12.0" )
Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ dependencies {
1717 api(" com.typesafe:config:1.4.2" )
1818
1919 // Use for thread dump servlet
20- implementation(" io.dropwizard.metrics:metrics-servlets:4.2.13" )
20+ implementation(" io.dropwizard.metrics:metrics-servlets:4.2.16" )
21+ constraints {
22+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.14.2" ) {
23+ because(" version 2.12.7.1 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424" )
24+ }
25+ }
2126 implementation(" org.eclipse.jetty:jetty-servlet:9.4.50.v20221201" )
2227
2328 // Use for metrics servlet
You can’t perform that action at this time.
0 commit comments