File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rewrite [elasticsearch-sql2](https://github.com/iamazy/elasticsearch-sql2) with
99<dependency >
1010 <groupId >io.github.iamazy.elasticsearch.dsl</groupId >
1111 <artifactId >elasticsearch-sql-all</artifactId >
12- <version >7.15.2 </version >
12+ <version >${latest.version} </version >
1313</dependency >
1414```
1515或者
@@ -18,12 +18,12 @@ rewrite [elasticsearch-sql2](https://github.com/iamazy/elasticsearch-sql2) with
1818 <dependency >
1919 <groupId >io.github.iamazy.elasticsearch.dsl</groupId >
2020 <artifactId >elasticsearch-sql-core</artifactId >
21- <version >7.15.2 </version >
21+ <version >${latest.version} </version >
2222 </dependency >
2323 <dependency >
2424 <groupId >io.github.iamazy.elasticsearch.dsl</groupId >
2525 <artifactId >elasticsearch-sql-jdbc</artifactId >
26- <version >7.15.2 </version >
26+ <version >${latest.version} </version >
2727 </dependency >
2828</dependencies >
2929```
You can’t perform that action at this time.
0 commit comments