Skip to content

Commit 66e7a53

Browse files
authored
Merge pull request #107 from cybozu/renovate/lucence-and-elasticsearch
fix(deps): update dependency org.elasticsearch:elasticsearch to v8.8.1
2 parents f9a2a7d + a0d43f5 commit 66e7a53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ targetCompatibility = 17
88

99
apply plugin: 'distribution'
1010

11-
def ElasticsearchVersion = '8.8.0'
11+
def ElasticsearchVersion = '8.8.1'
1212
def LuceneVersion = '9.6.0'
1313
version = '0.0.1'
1414

src/main/dist/plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classname=com.github.yokotaso.elasticsearch.plugin.analysis.classic.ckj.ClassicC
3535
java.version=17
3636
#
3737
# 'elasticsearch.version': version of elasticsearch compiled against
38-
elasticsearch.version=8.8.0
38+
elasticsearch.version=8.8.1
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI

0 commit comments

Comments
 (0)