Upgrade to securemock 1.1, so spies and mocks work without suppressAccessChecks

Original commit: elastic/x-pack-elasticsearch@a706545b06
This commit is contained in:
Robert Muir 2015-09-16 04:07:54 -04:00
parent 8942e1e559
commit 4c96458185
1 changed files with 1 additions and 1 deletions

View File

@ -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>