File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
platform-service-framework Expand file tree Collapse file tree 2 files changed +4
-4
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.39.v20210325 " )
25+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.42.v20210604 " )
2626
2727 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
2828 testImplementation(" org.mockito:mockito-core:3.8.0" )
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.39.v20210325 " )
21+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.42.v20210604 " )
2222
2323 // Use for metrics servlet
2424 implementation(" io.prometheus:simpleclient_servlet:0.6.0" )
@@ -38,6 +38,6 @@ dependencies {
3838 testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1" )
3939 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
4040 testImplementation(" org.mockito:mockito-core:3.8.0" )
41- testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.39.v20210325 :tests" )
42- testImplementation(" org.eclipse.jetty:jetty-http:9.4.39.v20210325 :tests" )
41+ testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.42.v20210604 :tests" )
42+ testImplementation(" org.eclipse.jetty:jetty-http:9.4.42.v20210604 :tests" )
4343}
You can’t perform that action at this time.
0 commit comments