File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
*/
9
9
10
10
group ' org.elasticsearch'
11
- version = ' 8.10.0 ' // 适配不通版本的ES,可以修改这里。
11
+ version = ' 8.10.1 ' // 适配不通版本的ES,可以修改这里。
12
12
apply plugin : ' java'
13
13
apply plugin : ' idea'
14
14
@@ -55,7 +55,7 @@ configurations {
55
55
56
56
dependencies {
57
57
implementation project(" :jieba-analysis" )
58
- implementation ' org.elasticsearch:elasticsearch:8.10.0 ' // 适配不通版本的ES,可以修改这里。
58
+ implementation ' org.elasticsearch:elasticsearch:8.10.1 ' // 适配不通版本的ES,可以修改这里。
59
59
implementation ' org.apache.logging.log4j:log4j-api:2.19.0'
60
60
implementation ' org.apache.logging.log4j:log4j-core:2.19.0'
61
61
testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 3
3
description =A jieba analysis of plugins for Elasticsearch
4
4
#
5
5
# 'version': plugin's version
6
- version =8.10.0
6
+ version =8.10.1
7
7
#
8
8
# 'name': the plugin name
9
9
name =jieba
@@ -15,5 +15,5 @@ classname=org.elasticsearch.plugin.analysis.jieba.AnalysisJiebaPlugin
15
15
java.version =18
16
16
#
17
17
# 'elasticsearch.version' version of elasticsearch compiled against??????ES????????
18
- elasticsearch.version =8.10.0
18
+ elasticsearch.version =8.10.1
19
19
You can’t perform that action at this time.
0 commit comments