Skip to content

Commit 43941c7

Browse files
committed
v7.16.1
1 parent 437d006 commit 43941c7

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

build.gradle

Lines changed: 4 additions & 8 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.15.0"
21+
classpath "org.elasticsearch.gradle:build-tools:7.16.1"
2222
}
2323
}
2424

@@ -33,7 +33,7 @@ repositories {
3333
mavenCentral()
3434
}
3535

36-
version = '7.15.0'
36+
version = '7.16.1'
3737

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

5252
dependencies {
53-
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.11.1'
54-
yamlRestTestRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.11.1'
53+
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.16.0'
54+
yamlRestTestRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.16.0'
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"
5858
}
59-
60-
project.licenseFile = project.rootProject.file('LICENSE.txt')
61-
project.noticeFile = project.rootProject.file('NOTICE.txt')
62-

0 commit comments

Comments
 (0)