File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platform-service-framework Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 implementation(" io.prometheus:simpleclient_dropwizard:0.6.0" )
2323 implementation(" io.prometheus:simpleclient_servlet:0.6.0" )
2424 implementation(" io.prometheus:simpleclient_pushgateway:0.9.0" )
25- implementation(" org.eclipse.jetty:jetty-servlet:9.4.35.v20201120 " )
25+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.38.v20210224 " )
2626
2727 testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
2828 testImplementation(" org.mockito:mockito-core:3.3.3" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818
1919 // Use for thread dump servlet
2020 implementation(" io.dropwizard.metrics:metrics-servlets:4.1.16" )
21- implementation(" org.eclipse.jetty:jetty-servlet:9.4.35.v20201120 " )
21+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.38.v20210224 " )
2222
2323 // Use for metrics servlet
2424 implementation(" io.prometheus:simpleclient_servlet:0.6.0" )
You can’t perform that action at this time.
0 commit comments