Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/data-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ test {

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation 'com.marklogic:marklogic-client-api:8.0.0'
implementation 'com.marklogic:marklogic-client-api:8.1.0'

testImplementation "org.junit.jupiter:junit-jupiter:5.12.2"

// Force usage of logback for logging
testImplementation "ch.qos.logback:logback-classic:1.5.19"
testImplementation "ch.qos.logback:logback-classic:1.5.32"
testImplementation "org.slf4j:jcl-over-slf4j:2.0.17"
testImplementation "org.slf4j:slf4j-api:2.0.17"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version=6.2-SNAPSHOT

# See https://github.com/FasterXML/jackson for more information the Jackson libraries.
# This should match the version used by the MarkLogic Java Client.
jacksonVersion=2.20.0
jacksonVersion=2.21.1

springVersion=7.0.5

Expand Down
2 changes: 1 addition & 1 deletion ml-javaclient-util/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api 'com.marklogic:marklogic-client-api:8.0.0'
api 'com.marklogic:marklogic-client-api:8.1.0'
api 'com.marklogic:marklogic-xcc:12.0.1'

// API dependency as some Spring classes, like Resource, are used throughout this project.
Expand Down
Loading