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

Commit 059e526

Browse files
committed
Bumping to 4.5.1
1 parent 307e1c0 commit 059e526

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

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

1212
group = "com.marklogic"
13-
version = "4.6-SNAPSHOT"
13+
version = "4.5.1"
1414

1515
java {
1616
sourceCompatibility = 1.8

pom.xml

Lines changed: 4 additions & 4 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.6-SNAPSHOT</version>
15+
<version>4.5.1</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-community/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.1.0</version>
43+
<version>6.2.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.marklogic</groupId>
4848
<artifactId>marklogic-xcc</artifactId>
49-
<version>11.0.0</version>
49+
<version>11.0.2</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework</groupId>
5454
<artifactId>spring-context</artifactId>
55-
<version>5.3.24</version>
55+
<version>5.3.27</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)