File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
classpath group : ' com.sun.xml.bind' , name : ' jaxb-impl' , version : ' 4.0.5'
20
20
classpath group : ' com.sun.xml.bind' , name : ' jaxb-core' , version : ' 4.0.5'
21
21
classpath group : ' javax.activation' , name : ' activation' , version : ' 1.1.1'
22
- classpath group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.18.2 '
22
+ classpath group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.18.3 '
23
23
}
24
24
}
25
25
@@ -77,7 +77,7 @@ dependencies {
77
77
implementation " io.prometheus:simpleclient:${ versions.prometheus} "
78
78
implementation " io.prometheus:simpleclient_common:${ versions.prometheus} "
79
79
implementation " io.prometheus:simpleclient_hotspot:${ versions.prometheus} "
80
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
80
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
81
81
yamlRestTestRuntimeOnly " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
82
82
testImplementation (group : ' junit' , name : ' junit' , version : " ${ versions.junit} " ) {
83
83
exclude group :' org.hamcrest' // also included in ES test framework
You can’t perform that action at this time.
0 commit comments