Skip to content

Commit

Permalink
Update Jackson Databind to newer version (#11058)
Browse files Browse the repository at this point in the history
* Update Jackson Databind to newer version

* Empty commit
  • Loading branch information
ege-st authored Jul 7, 2023
1 parent ea651ff commit 022e430
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<helix.version>1.0.4</helix.version>
<zkclient.version>0.7</zkclient.version>
<jackson.version>2.12.7</jackson.version>
<jackson-databind.version>2.12.7.1</jackson-databind.version>
<zookeeper.version>3.6.3</zookeeper.version>
<async-http-client.version>2.12.3</async-http-client.version>
<jersey.version>2.39</jersey.version>
Expand Down Expand Up @@ -734,6 +735,13 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-databind.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<!-- Hadoop -->
<dependency>
Expand Down

0 comments on commit 022e430

Please sign in to comment.