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
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,19 @@ plugins {
1010}
1111
1212group = " com.marklogic"
13- version = " 4.5-SNAPSHOT "
13+ version = " 4.5.0 "
1414
1515java {
1616 sourceCompatibility = 1.8
1717 targetCompatibility = 1.8
1818}
1919
2020repositories {
21- mavenLocal()
22- maven {
23- url " https://nexus.marklogic.com/repository/maven-snapshots/"
24- }
2521 mavenCentral()
2622}
2723
28- // Do not cache changing modules
29- configurations. all {
30- resolutionStrategy {
31- cacheChangingModulesFor 0 , ' seconds'
32- }
33- }
34-
3524dependencies {
36- api (' com.marklogic:marklogic-client-api:6.1-SNAPSHOT' ) {
37- changing = true
38- }
25+ api ' com.marklogic:marklogic-client-api:6.1.0'
3926 api ' com.marklogic:marklogic-xcc:11.0.0'
4027 api ' org.springframework:spring-context:5.3.24'
4128
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.4 .0</version >
15+ <version >4.5 .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-community/ml-javaclient-util</url >
@@ -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.0 .0</version >
43+ <version >6.1 .0</version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <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.13.4.2 </version >
67+ <version >2.14.1 </version >
6868 <scope >runtime</scope >
6969 </dependency >
7070 <dependency >
You can’t perform that action at this time.
0 commit comments