Skip to content

Commit

Permalink
Upgrade the version of databind, fixes the dependent bot warnings. (#…
Browse files Browse the repository at this point in the history
…1424)

See also:
  - #1415
  - #1423

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Mar 29, 2022
1 parent ab77481 commit 1068628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion interactive_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<curator.new.version>5.1.0</curator.new.version>
<curator.version>2.12.0</curator.version>
<jackson.version>2.13.2</jackson.version>
<jackson.databind.version>2.13.2.1</jackson.databind.version>
<maven.surefire.version>2.22.2</maven.surefire.version>
<os.maven.plugin.version>1.6.2</os.maven.plugin.version>
<protoc.version>3.18.0</protoc.version>
Expand Down Expand Up @@ -235,7 +236,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.databind.version}</version>
</dependency>

<dependency>
Expand Down
5 changes: 3 additions & 2 deletions research/query_service/ir/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<properties>
<jackson.version>2.13.2</jackson.version>
<jackson.databind.version>2.13.2.1</jackson.databind.version>
<commons.langs.version>3.12.0</commons.langs.version>
<commons.io.version>2.7</commons.io.version>
<protobuf.version>3.18.2</protobuf.version>
Expand Down Expand Up @@ -94,7 +95,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.databind.version}</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -246,4 +247,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 1068628

Please sign in to comment.