@@ -10,11 +10,11 @@ plugins {
1010
1111 // For deploying the test app.
1212 id ' net.saliman.properties' version ' 1.5.2'
13- id " com.marklogic.ml-gradle" version " 4.6.1 "
13+ id " com.marklogic.ml-gradle" version " 4.7.0 "
1414}
1515
1616group = " com.marklogic"
17- version = " 4.7 .0"
17+ version = " 4.8 .0"
1818
1919java {
2020 sourceCompatibility = 1.8
@@ -30,38 +30,38 @@ repositories {
3030}
3131
3232dependencies {
33- api ' com.marklogic:marklogic-client-api:6.5 .0'
34- api ' com.marklogic:marklogic-xcc:11.1 .0'
35- api ' org.springframework:spring-context:5.3.31 '
33+ api ' com.marklogic:marklogic-client-api:6.6 .0'
34+ api ' com.marklogic:marklogic-xcc:11.2 .0'
35+ api ' org.springframework:spring-context:5.3.34 '
3636
3737 implementation ' org.jdom:jdom2:2.0.6.1'
3838
3939 implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.3'
4040
4141 // This is currently an implementation dependency, though perhaps should be an api dependency due to its usage in
4242 // LoggingObject; not clear yet on whether the protected Logger in that class should make this an api dependency or not
43- implementation ' org.slf4j:slf4j-api:1.7.36 '
43+ implementation ' org.slf4j:slf4j-api:2.0.13 '
4444
45- testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1 '
46- testImplementation ' org.springframework:spring-test:5.3.31 '
45+ testImplementation ' org.junit.jupiter:junit-jupiter:5.10.2 '
46+ testImplementation ' org.springframework:spring-test:5.3.34 '
4747 testImplementation ' org.mockito:mockito-core:4.11.0'
4848
4949 // Used for testing loading modules from the classpath
5050 testImplementation files(" lib/modules.jar" )
5151
5252 // Forcing Spring to use logback instead of commons-logging
5353 testImplementation " ch.qos.logback:logback-classic:1.3.14" // Not using 1.4.x yet as it requires Java 11
54- testImplementation " org.slf4j:jcl-over-slf4j:1.7.36 "
55- testImplementation " org.slf4j:slf4j-api:1.7.36 "
54+ testImplementation " org.slf4j:jcl-over-slf4j:2.0.13 "
55+ testImplementation " org.slf4j:slf4j-api:2.0.13 "
5656
5757 // For verifying that JAXB can be used in a test on Java 11 or higher
5858 testImplementation " javax.xml.bind:jaxb-api:2.3.1"
59- testImplementation " org.glassfish.jaxb:jaxb-runtime:2.3.2 "
59+ testImplementation " org.glassfish.jaxb:jaxb-runtime:2.3.9 "
6060 testImplementation " org.glassfish.jaxb:jaxb-core:2.3.0.1"
6161
6262 // Including the "new" JAXB libraries to verify that their presence doesn't cause the "old" JAXB libraries to fail
63- testImplementation " jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 "
64- testImplementation " com.sun.xml.bind:jaxb-impl:4.0.3 "
63+ testImplementation " jakarta.xml.bind:jakarta.xml.bind-api:4.0.2 "
64+ testImplementation " com.sun.xml.bind:jaxb-impl:4.0.5 "
6565}
6666
6767test {
0 commit comments