Skip to content

Commit 9aca5ee

Browse files
authored
MINOR: Upgrade patch version of ES and Lucene for tests prior to 11.0.x (#543)
* MINOR: Upgrade patch version of ES and Lucene for tests prior to 11.0.x * MINOR: Declare snakeyaml dependency in test scope
1 parent 39441bf commit 9aca5ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
</scm>
4040

4141
<properties>
42-
<es.version>2.4.1</es.version>
43-
<lucene.version>5.5.2</lucene.version>
42+
<es.version>2.4.6</es.version>
43+
<lucene.version>5.5.4</lucene.version>
4444
<hamcrest.version>1.3</hamcrest.version>
4545
<mockito.version>2.28.2</mockito.version>
4646
<jest.version>6.3.1</jest.version>
@@ -187,6 +187,7 @@
187187
<groupId>org.yaml</groupId>
188188
<artifactId>snakeyaml</artifactId>
189189
<version>${snakeyaml.version}</version>
190+
<scope>test</scope>
190191
</dependency>
191192
</dependencies>
192193

0 commit comments

Comments
 (0)