Skip to content

Commit 543d064

Browse files
committed
Updating pom file that is only used for GH Dependency Graph feature
This has no impact on the build process, it's only used for the Github feature at https://github.com/marklogic/java-client-api/network/dependencies
1 parent aecdca4 commit 543d064

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is not intended to be used to build this project.
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>com.marklogic</groupId>
1313
<artifactId>marklogic-client-api</artifactId>
14-
<version>5.5-SNAPSHOT</version>
14+
<version>6.0.0</version>
1515
<dependencies>
1616
<dependency>
1717
<groupId>javax.xml.bind</groupId>
@@ -70,25 +70,25 @@ It is not intended to be used to build this project.
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>
7272
<artifactId>jackson-core</artifactId>
73-
<version>2.12.4</version>
73+
<version>2.13.4</version>
7474
<scope>runtime</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-annotations</artifactId>
79-
<version>2.12.4</version>
79+
<version>2.13.4</version>
8080
<scope>runtime</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>com.fasterxml.jackson.core</groupId>
8484
<artifactId>jackson-databind</artifactId>
85-
<version>2.12.4</version>
85+
<version>2.13.4.2</version>
8686
<scope>runtime</scope>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.dataformat</groupId>
9090
<artifactId>jackson-dataformat-csv</artifactId>
91-
<version>2.12.4</version>
91+
<version>2.13.4</version>
9292
<scope>runtime</scope>
9393
</dependency>
9494
</dependencies>

0 commit comments

Comments
 (0)