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

Commit 62286d3

Browse files
committed
Update jackson-databind dependency
1 parent 1d47c3a commit 62286d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ repositories {
2121
dependencies {
2222
api 'com.marklogic:ml-javaclient-util:4.3.0'
2323
api 'org.springframework:spring-web:5.3.18'
24-
// Match the version of what Java Client 5.5.2 expects
25-
api 'com.fasterxml.jackson.core:jackson-databind:2.12.4'
24+
api 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
2625

2726
implementation 'jaxen:jaxen:1.2.0'
2827
implementation 'org.apache.httpcomponents:httpclient:4.5.13'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4</version>
55+
<version>2.13.2.2</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)