File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies {
13
13
// The 'api' configuration is used so that the test configuration in marklogic-client-api doesn't have to declare
14
14
// all of these dependencies. This library project won't otherwise be depended on by anything else as it's not
15
15
// setup for publishing.
16
- api ' com.squareup.okhttp3:okhttp:4.11 .0'
16
+ api ' com.squareup.okhttp3:okhttp:4.12 .0'
17
17
api ' io.github.rburgst:okhttp-digest:2.7'
18
- api ' org.slf4j:slf4j-api:1.7.36 '
18
+ api ' org.slf4j:slf4j-api:2.0.16 '
19
19
api " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
20
20
21
21
// hsqldb < 2.7 has a High CVE - https://nvd.nist.gov/vuln/detail/CVE-2022-41853 .
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
29
29
implementation " com.sun.mail:jakarta.mail:2.0.1"
30
30
31
31
implementation ' javax.ws.rs:javax.ws.rs-api:2.1.1'
32
- implementation ' org.slf4j:slf4j-api:1.7.36 '
32
+ implementation ' org.slf4j:slf4j-api:2.0.16 '
33
33
implementation " com.fasterxml.jackson.core:jackson-core:${ jacksonVersion} "
34
34
implementation " com.fasterxml.jackson.core:jackson-annotations:${ jacksonVersion} "
35
35
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
implementation " io.undertow:undertow-core:2.2.32.Final"
9
9
implementation " io.undertow:undertow-servlet:2.2.32.Final"
10
10
implementation " com.marklogic:ml-javaclient-util:4.8.0"
11
- implementation ' org.slf4j:slf4j-api:1.7.36 '
11
+ implementation ' org.slf4j:slf4j-api:2.0.16 '
12
12
implementation ' ch.qos.logback:logback-classic:1.3.14'
13
13
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
14
14
implementation ' com.squareup.okhttp3:okhttp:4.12.0'
You can’t perform that action at this time.
0 commit comments