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 {
1010}
1111
1212group = " com.marklogic"
13- version = " 4.6-SNAPSHOT "
13+ version = " 4.5.1 "
1414
1515java {
1616 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.
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 >
You can’t perform that action at this time.
0 commit comments