Skip to content

Commit

Permalink
Merge pull request #81 from cybozu/update-7.17.7
Browse files Browse the repository at this point in the history
Update Elasticsearch 7.17.7
  • Loading branch information
yokotaso committed Nov 17, 2022
2 parents ca5d343 + baca9b8 commit 0973eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ targetCompatibility = 17

apply plugin: 'distribution'

def ElasticsearchVersion = '7.17.5'
def ElasticsearchVersion = '7.17.7'
version = '0.0.1'

dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation group: 'org.apache.lucene', name: 'lucene-analyzers-common', version: '8.11.2'
implementation group: 'org.apache.lucene', name: 'lucene-analyzers-common', version: '8.11.1'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: ElasticsearchVersion
// Use JUnit test framework

Expand All @@ -22,7 +22,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-engine', version: junitJupiterVersion
testImplementation group: 'org.junit.vintage', name :'junit-vintage-engine', version: junitJupiterVersion
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
testImplementation group: 'org.apache.lucene', name: 'lucene-test-framework', version: '8.11.2'
testImplementation group: 'org.apache.lucene', name: 'lucene-test-framework', version: '8.11.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/dist/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classname=com.github.yokotaso.elasticsearch.plugin.analysis.classic.ckj.ClassicC
java.version=17
#
# 'elasticsearch.version': version of elasticsearch compiled against
elasticsearch.version=7.17.5
elasticsearch.version=7.17.7
### optional elements for plugins:
#
# 'extended.plugins': other plugins this plugin extends through SPI
Expand Down

0 comments on commit 0973eaf

Please sign in to comment.