File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,12 @@ dependencies {
119119 exclude group : ' org.junit.jupiter'
120120 }
121121
122- implementation ' org.apache.lucene:lucene-core:9.9.2'
123- implementation ' org.apache.lucene:lucene-queryparser:9.9.2'
124- implementation ' org.apache.lucene:lucene-queries:9.10.0'
125- implementation ' org.apache.lucene:lucene-analysis-common:9.9.2'
126- implementation ' org.apache.lucene:lucene-highlighter:9.9.2'
122+ def luceneVersion = " 9.10.0"
123+ implementation " org.apache.lucene:lucene-core:$luceneVersion "
124+ implementation " org.apache.lucene:lucene-queryparser:$luceneVersion "
125+ implementation " org.apache.lucene:lucene-queries:$luceneVersion "
126+ implementation " org.apache.lucene:lucene-analysis-common:$luceneVersion "
127+ implementation " org.apache.lucene:lucene-highlighter:$luceneVersion "
127128
128129 implementation group : ' org.apache.commons' , name : ' commons-csv' , version : ' 1.10.0'
129130 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.14.0'
You can’t perform that action at this time.
0 commit comments