Skip to content

Commit

Permalink
Merge pull request #117 from cybozu/update-8.10.4
Browse files Browse the repository at this point in the history
chore: Update Elasticsearch 8.10.4
  • Loading branch information
akazs authored Nov 14, 2023
2 parents 1137357 + cfc6063 commit 2ab1824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ targetCompatibility = 17

apply plugin: 'distribution'

def ElasticsearchVersion = '8.8.1'
def LuceneVersion = '9.6.0'
def ElasticsearchVersion = '8.10.4'
def LuceneVersion = '9.7.0'
version = '0.0.1'

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion src/main/dist/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classname=com.github.yokotaso.elasticsearch.plugin.analysis.classic.ckj.ClassicC
java.version=17
#
# 'elasticsearch.version': version of elasticsearch compiled against
elasticsearch.version=8.8.1
elasticsearch.version=8.10.4
### optional elements for plugins:
#
# 'extended.plugins': other plugins this plugin extends through SPI
Expand Down

0 comments on commit 2ab1824

Please sign in to comment.