@@ -2,14 +2,14 @@ plugins {
22 id " java-library"
33 id " maven-publish"
44 id " signing"
5- id " com.github.jk1.dependency-license-report" version " 1.3 "
5+ id " com.github.jk1.dependency-license-report" version " 1.17 "
66
77 id " net.saliman.properties" version " 1.5.1"
88 id " io.snyk.gradle.plugin.snykplugin" version " 0.4"
99}
1010
1111group = " com.marklogic"
12- version = " 2.3.0 "
12+ version = " 2.4.0-SNAPSHOT "
1313
1414sourceCompatibility = " 8"
1515targetCompatibility = " 8"
@@ -24,24 +24,19 @@ repositories {
2424}
2525
2626dependencies {
27- api (' com.marklogic:marklogic-client-api:5.4.0' ) {
28- // This isn't available via mavenCentral with its 2.3 coordinates, so it's excluded
29- // and then depended on below via its 2.5 coordinates
30- exclude module : " okhttp-digest"
31- }
32- implementation ' io.github.rburgst:okhttp-digest:2.5'
33- implementation ' org.slf4j:slf4j-api:1.7.30'
27+ api ' com.marklogic:marklogic-client-api:5.5.0'
28+ implementation ' org.slf4j:slf4j-api:1.7.31'
3429
3530 testImplementation " junit:junit:4+"
3631 // Sticking with the latest 4.3.x for tests; including the latest 5.2.x release oddly resulted in the servlet package
3732 // being required
3833 testImplementation " org.springframework:spring-test:4.3.29.RELEASE"
39- testImplementation " com.marklogic:ml-javaclient-util:4.2 .0"
34+ testImplementation " com.marklogic:ml-javaclient-util:4.3 .0"
4035
4136 // Forcing Spring to use logback instead of commons-logging
42- testImplementation " ch.qos.logback:logback-classic:1.2.3 "
43- testImplementation " org.slf4j:jcl-over-slf4j:1.7.30 "
44- testImplementation " org.slf4j:slf4j-api:1.7.30 "
37+ testImplementation " ch.qos.logback:logback-classic:1.2.4 "
38+ testImplementation " org.slf4j:jcl-over-slf4j:1.7.31 "
39+ testImplementation " org.slf4j:slf4j-api:1.7.31 "
4540}
4641
4742task sourcesJar (type : Jar , dependsOn : classes) {
0 commit comments