File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
platform-service-framework Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 api(" com.typesafe:config:1.4.1" )
1818
1919 // Use for thread dump servlet
20- implementation(" io.dropwizard.metrics:metrics-servlets:4.1.16 " )
20+ implementation(" io.dropwizard.metrics:metrics-servlets:4.2.8 " )
2121 implementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927" )
2222
2323 // Use for metrics servlet
@@ -27,9 +27,6 @@ dependencies {
2727 implementation(" org.apache.httpcomponents:httpclient:4.5.13" )
2828
2929 constraints {
30- implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.2" ) {
31- because(" Multiple vulnerabilities" )
32- }
3330 implementation(" commons-codec:commons-codec:1.15" ) {
3431 because(" version 1.12 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518" )
3532 }
You can’t perform that action at this time.
0 commit comments