@@ -8,12 +8,12 @@ targetCompatibility = 17
88
99apply plugin : ' distribution'
1010
11- def ElasticsearchVersion = ' 7.17.5 '
11+ def ElasticsearchVersion = ' 7.17.7 '
1212version = ' 0.0.1'
1313
1414dependencies {
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.11.2 '
16+ implementation group : ' org.apache.lucene' , name : ' lucene-analyzers-common' , version : ' 8.11.1 '
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.11.2 '
25+ testImplementation group : ' org.apache.lucene' , name : ' lucene-test-framework' , version : ' 8.11.1 '
2626 testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.23.1'
2727}
2828
0 commit comments