@@ -10,11 +10,11 @@ plugins {
10
10
11
11
// For deploying the test app.
12
12
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 "
14
14
}
15
15
16
16
group = " com.marklogic"
17
- version = " 4.7 .0"
17
+ version = " 4.8 .0"
18
18
19
19
java {
20
20
sourceCompatibility = 1.8
@@ -30,38 +30,38 @@ repositories {
30
30
}
31
31
32
32
dependencies {
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 '
36
36
37
37
implementation ' org.jdom:jdom2:2.0.6.1'
38
38
39
39
implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.3'
40
40
41
41
// This is currently an implementation dependency, though perhaps should be an api dependency due to its usage in
42
42
// 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 '
44
44
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 '
47
47
testImplementation ' org.mockito:mockito-core:4.11.0'
48
48
49
49
// Used for testing loading modules from the classpath
50
50
testImplementation files(" lib/modules.jar" )
51
51
52
52
// Forcing Spring to use logback instead of commons-logging
53
53
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 "
56
56
57
57
// For verifying that JAXB can be used in a test on Java 11 or higher
58
58
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 "
60
60
testImplementation " org.glassfish.jaxb:jaxb-core:2.3.0.1"
61
61
62
62
// 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 "
65
65
}
66
66
67
67
test {
0 commit comments