Skip to content

Commit 0e15eab

Browse files
authored
Merge pull request #1706 from marklogic/feature/bump-logging
Bumping slf4j-api to 2.0.16
2 parents ff2c6d2 + 8c8c745 commit 0e15eab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies {
1313
// The 'api' configuration is used so that the test configuration in marklogic-client-api doesn't have to declare
1414
// all of these dependencies. This library project won't otherwise be depended on by anything else as it's not
1515
// setup for publishing.
16-
api 'com.squareup.okhttp3:okhttp:4.11.0'
16+
api 'com.squareup.okhttp3:okhttp:4.12.0'
1717
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'
1919
api "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
2020

2121
// hsqldb < 2.7 has a High CVE - https://nvd.nist.gov/vuln/detail/CVE-2022-41853 .

marklogic-client-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
implementation "com.sun.mail:jakarta.mail:2.0.1"
3030

3131
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'
3333
implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
3434
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
3535
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"

test-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation "io.undertow:undertow-core:2.2.32.Final"
99
implementation "io.undertow:undertow-servlet:2.2.32.Final"
1010
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'
1212
implementation 'ch.qos.logback:logback-classic:1.3.14'
1313
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
1414
implementation 'com.squareup.okhttp3:okhttp:4.12.0'

0 commit comments

Comments
 (0)