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

Commit 6622cfb

Browse files
committed
Bumped to 4.6.0
Also updated pom.xml
1 parent 2407f79 commit 6622cfb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group = "com.marklogic"
17-
version = "4.6-SNAPSHOT"
17+
version = "4.6.0"
1818

1919
java {
2020
sourceCompatibility = 1.8
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
api 'com.marklogic:marklogic-client-api:6.3-SNAPSHOT'
33+
api 'com.marklogic:marklogic-client-api:6.3.0'
3434
api 'com.marklogic:marklogic-xcc:11.0.3'
3535
api 'org.springframework:spring-context:5.3.29'
3636

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>ml-javaclient-util</artifactId>
15-
<version>4.5.1</version>
15+
<version>4.6.0</version>
1616
<name>com.marklogic:ml-javaclient-util</name>
1717
<description>Library that adds functionality on top of the MarkLogic Java Client</description>
1818
<url>https://github.com/marklogic/ml-javaclient-util</url>
@@ -40,19 +40,19 @@ 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.2.0</version>
43+
<version>6.3.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.marklogic</groupId>
4848
<artifactId>marklogic-xcc</artifactId>
49-
<version>11.0.2</version>
49+
<version>11.0.3</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework</groupId>
5454
<artifactId>spring-context</artifactId>
55-
<version>5.3.27</version>
55+
<version>5.3.29</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
@@ -64,7 +64,7 @@ It is not intended to be used to build this project.
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.14.1</version>
67+
<version>2.15.2</version>
6868
<scope>runtime</scope>
6969
</dependency>
7070
<dependency>

0 commit comments

Comments
 (0)