summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorStephane Gamard <stephane.gamard@searchbox.com>2014-05-27 14:09:31 +0200
committerStephane Gamard <stephane.gamard@searchbox.com>2014-05-27 14:09:31 +0200
commit12929281a5f721e653dc77754456f24ebbc21254 (patch)
treea818d5a8a208b91e4d762df3cb6b6d664ef7ba26 /pom.xml
parent71e261c73e1487a06ed723415df692b02fd244a0 (diff)
downloadsonarqube-12929281a5f721e653dc77754456f24ebbc21254.tar.gz
sonarqube-12929281a5f721e653dc77754456f24ebbc21254.zip
SONAR-5061 - Updated ES to 1.1.2 for Mvel 2.2 version
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b8b20937906..c6d800b7380 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<logback.version>1.0.13</logback.version>
<slf4j.version>1.7.5</slf4j.version>
<tomcat.version>7.0.42</tomcat.version>
- <elasticsearch.version>1.1.1</elasticsearch.version>
+ <elasticsearch.version>1.1.2</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.0.5</maven.min.version>
<maven.api.version>2.2.0</maven.api.version>