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

Commit 9c422c3

Browse files
authored
Merge pull request #147 from marklogic-community/feature/dependency-upgrades
Updating dependencies
2 parents fbbead3 + c383894 commit 9c422c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
api 'com.marklogic:marklogic-client-api:5.5.3'
2121
api 'com.marklogic:marklogic-xcc:10.0.9'
22-
api 'org.springframework:spring-context:5.3.18'
22+
api 'org.springframework:spring-context:5.3.22'
2323

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

@@ -29,9 +29,9 @@ dependencies {
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

32-
testImplementation "org.junit.jupiter:junit-jupiter:5.7.2"
33-
testImplementation 'org.springframework:spring-test:5.3.18'
34-
testImplementation 'org.mockito:mockito-core:2.1.0'
32+
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'
3535

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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It is not intended to be used to build this project.
5252
<dependency>
5353
<groupId>org.springframework</groupId>
5454
<artifactId>spring-context</artifactId>
55-
<version>5.3.18</version>
55+
<version>5.3.22</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)