Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 0484a6b

Browse files
authored
Merge pull request #163 from marklogic-community/feature/dependency-bump
Bumping Jackson to 2.12.7.1
2 parents 9f06214 + eaf787b commit 0484a6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,27 @@ repositories {
1717
}
1818

1919
dependencies {
20-
api 'com.marklogic:marklogic-client-api:5.5.3'
21-
api 'com.marklogic:marklogic-xcc:10.0.9'
22-
api 'org.springframework:spring-context:5.3.22'
20+
api 'com.marklogic:marklogic-client-api:5.5.4'
21+
api 'com.marklogic:marklogic-xcc:10.0.9.5'
22+
api 'org.springframework:spring-context:5.3.24'
2323

2424
implementation 'org.jdom:jdom2:2.0.6.1'
2525

26-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.6.1'
26+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
2727

2828
// This is currently an implementation dependency, though perhaps should be an api dependency due to its usage in
2929
// LoggingObject; not clear yet on whether the protected Logger in that class should make this an api dependency or not
3030
implementation 'org.slf4j:slf4j-api:1.7.36'
3131

3232
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.0'
33-
testImplementation 'org.springframework:spring-test:5.3.22'
34-
testImplementation 'org.mockito:mockito-core:4.6.1'
33+
testImplementation 'org.springframework:spring-test:5.3.24'
34+
testImplementation 'org.mockito:mockito-core:4.9.0'
3535

3636
// Used for testing loading modules from the classpath
3737
testImplementation files("lib/modules.jar")
3838

3939
// Forcing Spring to use logback instead of commons-logging
40-
testImplementation "ch.qos.logback:logback-classic:1.2.11"
40+
testImplementation "ch.qos.logback:logback-classic:1.4.5"
4141
testImplementation "org.slf4j:jcl-over-slf4j:1.7.36"
4242
testImplementation "org.slf4j:slf4j-api:1.7.36"
4343
}

0 commit comments

Comments
 (0)