Upgrade to securemock 1.1, so spies and mocks work without suppressAccessChecks
Original commit: elastic/x-pack-elasticsearch@a706545b06
This commit is contained in:
parent
8942e1e559
commit
4c96458185
2
pom.xml
2
pom.xml
|
@ -73,7 +73,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>securemock</artifactId>
|
<artifactId>securemock</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue