@@ -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