@@ -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-app-deployer</artifactId >
15
- <version >4.5.1 </version >
15
+ <version >4.5.2 </version >
16
16
<name >com.marklogic:ml-app-deployer</name >
17
17
<description >Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description >
18
18
<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.
40
40
<dependency >
41
41
<groupId >com.marklogic</groupId >
42
42
<artifactId >ml-javaclient-util</artifactId >
43
- <version >4.5.0 </version >
43
+ <version >4.5.1 </version >
44
44
<scope >compile</scope >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.springframework</groupId >
48
48
<artifactId >spring-web</artifactId >
49
- <version >5.3.24 </version >
49
+ <version >5.3.27 </version >
50
50
<scope >compile</scope >
51
51
</dependency >
52
52
<dependency >
@@ -64,7 +64,7 @@ It is not intended to be used to build this project.
64
64
<dependency >
65
65
<groupId >org.apache.httpcomponents</groupId >
66
66
<artifactId >httpclient</artifactId >
67
- <version >4.5.13 </version >
67
+ <version >4.5.14 </version >
68
68
<scope >runtime</scope >
69
69
</dependency >
70
70
<dependency >
@@ -88,7 +88,7 @@ It is not intended to be used to build this project.
88
88
<dependency >
89
89
<groupId >com.flipkart.zjsonpatch</groupId >
90
90
<artifactId >zjsonpatch</artifactId >
91
- <version >0.4.12 </version >
91
+ <version >0.4.14 </version >
92
92
<scope >runtime</scope >
93
93
<exclusions >
94
94
<exclusion >
0 commit comments