Skip to content

Commit a5e3628

Browse files
author
tomoya yokota
authored
Merge pull request #44 from cybozu/renovate/lucence-and-elasticsearch
Update Lucence & Elasticsearch
2 parents 8fa41ae + 2d57236 commit a5e3628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ targetCompatibility = 11
88

99
apply plugin: 'distribution'
1010

11-
def ElasticsearchVersion = '7.15.2'
11+
def ElasticsearchVersion = '7.17.5'
1212
version = '0.0.1'
1313

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

@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-engine', version: junitJupiterVersion
2323
testImplementation group: 'org.junit.vintage', name :'junit-vintage-engine', version: junitJupiterVersion
2424
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
25-
testImplementation group: 'org.apache.lucene', name: 'lucene-test-framework', version: '8.9.0'
25+
testImplementation group: 'org.apache.lucene', name: 'lucene-test-framework', version: '8.11.2'
2626
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.23.1'
2727
}
2828

0 commit comments

Comments
 (0)