Skip to content

Commit

Permalink
v7.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-st committed Jan 27, 2022
1 parent 43941c7 commit e9cbbdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.elasticsearch.gradle:build-tools:7.16.1"
classpath "org.elasticsearch.gradle:build-tools:7.16.3"
}
}

Expand All @@ -33,7 +33,7 @@ repositories {
mavenCentral()
}

version = '7.16.1'
version = '7.16.3'

esplugin {
description 'English and Russian Morphology for ElasticSearch.'
Expand All @@ -50,8 +50,8 @@ configurations {
}

dependencies {
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.16.0'
yamlRestTestRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.16.0'
testRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
yamlRestTestRuntimeOnly 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation "org.apache.lucene.morphology:russian:1.5"
implementation "org.apache.lucene.morphology:english:1.5"
implementation "org.apache.lucene.morphology:morph:1.5"
Expand Down

0 comments on commit e9cbbdd

Please sign in to comment.