Skip to content

Commit 09b876d

Browse files
committed
Bumping Java Client and ml-javaclient-util
1 parent c6830a1 commit 09b876d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

marklogic-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
api project(":marklogic-unit-test-client")
7-
api "com.marklogic:ml-javaclient-util:4.6-SNAPSHOT"
7+
api "com.marklogic:ml-javaclient-util:4.6.0"
88
api "org.jdom:jdom2:2.0.6.1"
99
api "org.junit.jupiter:junit-jupiter:5.10.0"
1010
api "org.springframework:spring-context:5.3.29"

marklogic-junit5/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It is not intended to be used to build this project.
4646
<dependency>
4747
<groupId>com.marklogic</groupId>
4848
<artifactId>ml-javaclient-util</artifactId>
49-
<version>4.5.0</version>
49+
<version>4.6.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
@@ -58,25 +58,25 @@ It is not intended to be used to build this project.
5858
<dependency>
5959
<groupId>org.junit.jupiter</groupId>
6060
<artifactId>junit-jupiter</artifactId>
61-
<version>5.9.2</version>
61+
<version>5.10.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.springframework</groupId>
6666
<artifactId>spring-context</artifactId>
67-
<version>5.3.24</version>
67+
<version>5.3.29</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework</groupId>
7272
<artifactId>spring-test</artifactId>
73-
<version>5.3.24</version>
73+
<version>5.3.29</version>
7474
<scope>compile</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-databind</artifactId>
79-
<version>2.14.1</version>
79+
<version>2.15.2</version>
8080
<scope>compile</scope>
8181
</dependency>
8282
<dependency>

marklogic-unit-test-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
dependencies {
10-
api "com.marklogic:marklogic-client-api:6.3-SNAPSHOT"
10+
api "com.marklogic:marklogic-client-api:6.3.0"
1111
implementation "org.slf4j:slf4j-api:1.7.36"
1212

1313
testImplementation "org.junit.jupiter:junit-jupiter:5.10.0"

marklogic-unit-test-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>marklogic-client-api</artifactId>
43-
<version>6.1.0</version>
43+
<version>6.3.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)