@@ -21,14 +21,14 @@ dependencies {
2121 implementation ' com.squareup.okhttp3:okhttp:4.11.0'
2222 implementation ' com.squareup.okhttp3:logging-interceptor:4.11.0'
2323 implementation ' io.github.rburgst:okhttp-digest:2.7'
24-
24+
2525 implementation ' com.sun.mail:javax.mail:1.6.2'
2626 implementation ' javax.ws.rs:javax.ws.rs-api:2.1.1'
2727 implementation ' org.slf4j:slf4j-api:1.7.36'
28- implementation ' com.fasterxml.jackson.core:jackson-core:2.14.3 '
29- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.14.3 '
30- implementation ' com.fasterxml.jackson.core:jackson-databind:2.14.3 '
31- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.14.3 '
28+ implementation ' com.fasterxml.jackson.core:jackson-core:2.15.2 '
29+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.15.2 '
30+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
31+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.15.2 '
3232
3333 // Only used by extras (which some examples then depend on)
3434 // Forcing codec version to avoid vulnerability with older version in httpclient
@@ -54,7 +54,7 @@ dependencies {
5454 testImplementation ' com.squareup.okio:okio:3.4.0'
5555 testImplementation " com.squareup.okhttp3:mockwebserver:4.11.0"
5656
57- testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.3 '
57+ testImplementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2 '
5858 testImplementation ' ch.qos.logback:logback-classic:1.3.5'
5959// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
6060 testImplementation ' org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
0 commit comments