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

Commit b0cee57

Browse files
committed
Updated pom file for GH dependency graph
1 parent 65f480a commit b0cee57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.3.7</version>
15+
<version>4.4.0</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,7 +40,7 @@ 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.3.7</version>
43+
<version>4.4.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
@@ -52,7 +52,7 @@ It is not intended to be used to build this project.
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.12.7.1</version>
55+
<version>2.13.4.2</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)