Skip to content

Commit e9cbbdd

Browse files
committed
v7.16.3
1 parent 43941c7 commit e9cbbdd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3838
esplugin {
3939
description 'English and Russian Morphology for ElasticSearch.'
@@ -50,8 +50,8 @@ configurations {
5050
}
5151

5252
dependencies {
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"

0 commit comments

Comments
 (0)