This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " com.marklogic"
13
- version = " 4.6-SNAPSHOT "
13
+ version = " 4.5.1 "
14
14
15
15
java {
16
16
sourceCompatibility = 1.8
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
12
12
<modelVersion >4.0.0</modelVersion >
13
13
<groupId >com.marklogic</groupId >
14
14
<artifactId >ml-javaclient-util</artifactId >
15
- <version >4.6-SNAPSHOT </version >
15
+ <version >4.5.1 </version >
16
16
<name >com.marklogic:ml-javaclient-util</name >
17
17
<description >Library that adds functionality on top of the MarkLogic Java Client</description >
18
18
<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.
40
40
<dependency >
41
41
<groupId >com.marklogic</groupId >
42
42
<artifactId >marklogic-client-api</artifactId >
43
- <version >6.1 .0</version >
43
+ <version >6.2 .0</version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >com.marklogic</groupId >
48
48
<artifactId >marklogic-xcc</artifactId >
49
- <version >11.0.0 </version >
49
+ <version >11.0.2 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
<dependency >
53
53
<groupId >org.springframework</groupId >
54
54
<artifactId >spring-context</artifactId >
55
- <version >5.3.24 </version >
55
+ <version >5.3.27 </version >
56
56
<scope >compile</scope >
57
57
</dependency >
58
58
<dependency >
You can’t perform that action at this time.
0 commit comments