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 @@ -23,7 +23,7 @@ dependencies {
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.42.v20210604 " )
26+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 " )
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 @@ -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.42.v20210604 " )
21+ implementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 " )
2222
2323 // Use for metrics servlet
2424 implementation(" io.prometheus:simpleclient_servlet:0.12.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.42.v20210604 :tests" )
42- testImplementation(" org.eclipse.jetty:jetty-http:9.4.42.v20210604 :tests" )
41+ testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.44.v20210927 :tests" )
42+ testImplementation(" org.eclipse.jetty:jetty-http:9.4.44.v20210927 :tests" )
4343}
You can’t perform that action at this time.
0 commit comments