File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
platform-service-framework Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ tasks.test {
1111
1212dependencies {
1313 api(" com.typesafe:config:1.4.1" )
14- api(" io.dropwizard.metrics:metrics-core:4.1.16 " )
14+ api(" io.dropwizard.metrics:metrics-core:4.2.9 " )
1515 api(" io.micrometer:micrometer-core:1.5.3" )
1616 api(" javax.servlet:javax.servlet-api:3.1.0" )
1717
1818 implementation(" io.micrometer:micrometer-registry-prometheus:1.7.5" )
1919
2020 implementation(" io.github.mweirauch:micrometer-jvm-extras:0.2.0" )
2121 implementation(" org.slf4j:slf4j-api:1.7.30" )
22- implementation(" io.dropwizard.metrics:metrics-jvm:4.1.16 " )
22+ implementation(" io.dropwizard.metrics:metrics-jvm:4.2.9 " )
2323 implementation(" io.prometheus:simpleclient_dropwizard:0.12.0" )
2424 implementation(" io.prometheus:simpleclient_servlet:0.12.0" )
2525 implementation(" io.prometheus:simpleclient_pushgateway:0.12.0" )
26- implementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 " )
26+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.46.v20220331 " )
2727 implementation (" com.google.guava:guava:30.1.1-jre" )
2828
2929 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
1717 api(" com.typesafe:config:1.4.1" )
1818
1919 // Use for thread dump servlet
20- implementation(" io.dropwizard.metrics:metrics-servlets:4.2.8 " )
21- implementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 " )
20+ implementation(" io.dropwizard.metrics:metrics-servlets:4.2.9 " )
21+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.46.v20220331 " )
2222
2323 // Use for metrics servlet
2424 implementation(" io.prometheus:simpleclient_servlet:0.12.0" )
@@ -30,11 +30,15 @@ dependencies {
3030 implementation(" commons-codec:commons-codec:1.15" ) {
3131 because(" version 1.12 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518" )
3232 }
33+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.6.1" ) {
34+ because(" version 2.12.6 has vulnerability https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244" )
35+ }
36+
3337 }
3438
3539 testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.0" )
3640 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
3741 testImplementation(" org.mockito:mockito-core:3.8.0" )
38- testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 :tests" )
39- testImplementation(" org.eclipse.jetty:jetty-http:9.4.44.v20210927 :tests" )
42+ testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.46.v20220331 :tests" )
43+ testImplementation(" org.eclipse.jetty:jetty-http:9.4.46.v20220331 :tests" )
4044}
You can’t perform that action at this time.
0 commit comments