File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818 mavenCentral()
1919 }
2020 dependencies {
21- classpath " org.elasticsearch.gradle:build-tools:7.16.1 "
21+ classpath " org.elasticsearch.gradle:build-tools:7.16.3 "
2222 }
2323}
2424
@@ -33,7 +33,7 @@ repositories {
3333 mavenCentral()
3434}
3535
36- version = ' 7.16.1 '
36+ version = ' 7.16.3 '
3737
3838esplugin {
3939 description ' English and Russian Morphology for ElasticSearch.'
@@ -50,8 +50,8 @@ configurations {
5050}
5151
5252dependencies {
53- testRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.16.0 '
54- yamlRestTestRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.16.0 '
53+ testRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.17.1 '
54+ yamlRestTestRuntimeOnly ' org.apache.logging.log4j:log4j-core:2.17.1 '
5555 implementation " org.apache.lucene.morphology:russian:1.5"
5656 implementation " org.apache.lucene.morphology:english:1.5"
5757 implementation " org.apache.lucene.morphology:morph:1.5"
You can’t perform that action at this time.
0 commit comments