Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lichaojacobs committed Jun 16, 2021
1 parent 8c20059 commit 57fd47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>5.0.0.Alpha2</version>
<version>[4.1.42,)</version>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>5.0.1</version>
<version>[6.8.13,)</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
Expand Down Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.19.0</version>
<version>[1.26.0,)</version>
</dependency>
<dependency>
<groupId>org.apache.calcite</groupId>
Expand Down

0 comments on commit 57fd47c

Please sign in to comment.