We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1137357 + cfc6063 commit 2ab1824Copy full SHA for 2ab1824
build.gradle
@@ -8,8 +8,8 @@ targetCompatibility = 17
8
9
apply plugin: 'distribution'
10
11
-def ElasticsearchVersion = '8.8.1'
12
-def LuceneVersion = '9.6.0'
+def ElasticsearchVersion = '8.10.4'
+def LuceneVersion = '9.7.0'
13
version = '0.0.1'
14
15
dependencies {
src/main/dist/plugin-descriptor.properties
@@ -35,7 +35,7 @@ classname=com.github.yokotaso.elasticsearch.plugin.analysis.classic.ckj.ClassicC
35
java.version=17
36
#
37
# 'elasticsearch.version': version of elasticsearch compiled against
38
-elasticsearch.version=8.8.1
+elasticsearch.version=8.10.4
39
### optional elements for plugins:
40
41
# 'extended.plugins': other plugins this plugin extends through SPI
0 commit comments