Skip to content

Commit 2ab1824

Browse files
authored
Merge pull request #117 from cybozu/update-8.10.4
chore: Update Elasticsearch 8.10.4
2 parents 1137357 + cfc6063 commit 2ab1824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ targetCompatibility = 17
88

99
apply plugin: 'distribution'
1010

11-
def ElasticsearchVersion = '8.8.1'
12-
def LuceneVersion = '9.6.0'
11+
def ElasticsearchVersion = '8.10.4'
12+
def LuceneVersion = '9.7.0'
1313
version = '0.0.1'
1414

1515
dependencies {

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.1
38+
elasticsearch.version=8.10.4
3939
### optional elements for plugins:
4040
#
4141
# 'extended.plugins': other plugins this plugin extends through SPI

0 commit comments

Comments
 (0)