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

Commit 9fb5a4b

Browse files
committed
Bumped to 4.5.2
1 parent 2b5d907 commit 9fb5a4b

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
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.marklogic"
11-
version = "4.6-SNAPSHOT"
11+
version = "4.5.2"
1212

1313
java {
1414
sourceCompatibility = 1.8
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
26-
api 'com.marklogic:ml-javaclient-util:4.6-SNAPSHOT'
26+
api 'com.marklogic:ml-javaclient-util:4.5.1'
2727
api 'org.springframework:spring-web:5.3.27'
2828
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
2929

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-app-deployer</artifactId>
15-
<version>4.5.1</version>
15+
<version>4.5.2</version>
1616
<name>com.marklogic:ml-app-deployer</name>
1717
<description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description>
1818
<url>https://github.com/marklogic-community/ml-app-deployer</url>
@@ -40,13 +40,13 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>ml-javaclient-util</artifactId>
43-
<version>4.5.0</version>
43+
<version>4.5.1</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.springframework</groupId>
4848
<artifactId>spring-web</artifactId>
49-
<version>5.3.24</version>
49+
<version>5.3.27</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
@@ -64,7 +64,7 @@ It is not intended to be used to build this project.
6464
<dependency>
6565
<groupId>org.apache.httpcomponents</groupId>
6666
<artifactId>httpclient</artifactId>
67-
<version>4.5.13</version>
67+
<version>4.5.14</version>
6868
<scope>runtime</scope>
6969
</dependency>
7070
<dependency>
@@ -88,7 +88,7 @@ It is not intended to be used to build this project.
8888
<dependency>
8989
<groupId>com.flipkart.zjsonpatch</groupId>
9090
<artifactId>zjsonpatch</artifactId>
91-
<version>0.4.12</version>
91+
<version>0.4.14</version>
9292
<scope>runtime</scope>
9393
<exclusions>
9494
<exclusion>

0 commit comments

Comments
 (0)