Skip to content

Commit 86d0143

Browse files
authored
Merge pull request #622 from marklogic-community/feature/dependency-upgrades
Upgrading dependencies
2 parents 4b9d1cc + 0e05f6d commit 86d0143

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ repositories {
2525
dependencies {
2626
implementation gradleApi()
2727
implementation localGroovy()
28-
api "com.marklogic:ml-app-deployer:4.3.3"
29-
implementation "com.marklogic:mlcp-util:1.0"
30-
implementation "com.marklogic:marklogic-data-movement-components:2.4.0"
28+
api "com.marklogic:ml-app-deployer:4.3.4"
29+
implementation "com.marklogic:mlcp-util:1.0.1"
30+
implementation "com.marklogic:marklogic-data-movement-components:2.4.1"
3131
implementation "commons-io:commons-io:2.11.0"
3232

33-
compileOnly "com.marklogic:marklogic-unit-test-client:1.1.0"
33+
compileOnly "com.marklogic:marklogic-unit-test-client:1.2.0"
3434

3535
testImplementation localGroovy()
3636
testImplementation gradleTestKit()

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>ml-app-deployer</artifactId>
43-
<version>4.3.3</version>
43+
<version>4.3.4</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.marklogic</groupId>
4848
<artifactId>mlcp-util</artifactId>
49-
<version>1.0</version>
49+
<version>1.0.1</version>
5050
<scope>runtime</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.marklogic</groupId>
5454
<artifactId>marklogic-data-movement-components</artifactId>
55-
<version>2.4.0</version>
55+
<version>2.4.1</version>
5656
<scope>runtime</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)