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 {
11
11
12
12
dependencies {
13
13
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 " )
15
15
api(" io.micrometer:micrometer-core:1.5.3" )
16
16
api(" javax.servlet:javax.servlet-api:3.1.0" )
17
17
18
18
implementation(" io.micrometer:micrometer-registry-prometheus:1.7.5" )
19
19
20
20
implementation(" io.github.mweirauch:micrometer-jvm-extras:0.2.0" )
21
21
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 " )
23
23
implementation(" io.prometheus:simpleclient_dropwizard:0.12.0" )
24
24
implementation(" io.prometheus:simpleclient_servlet:0.12.0" )
25
25
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 " )
27
27
implementation (" com.google.guava:guava:30.1.1-jre" )
28
28
29
29
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
17
17
api(" com.typesafe:config:1.4.1" )
18
18
19
19
// 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 " )
22
22
23
23
// Use for metrics servlet
24
24
implementation(" io.prometheus:simpleclient_servlet:0.12.0" )
@@ -30,11 +30,15 @@ dependencies {
30
30
implementation(" commons-codec:commons-codec:1.15" ) {
31
31
because(" version 1.12 has a vulnerability https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518" )
32
32
}
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
+
33
37
}
34
38
35
39
testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.17.0" )
36
40
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
37
41
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" )
40
44
}
You can’t perform that action at this time.
0 commit comments