aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-09-13 17:35:12 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-09-13 18:29:34 +0200
commitcbe509977bc9aced47eb592810068c17d4e64148 (patch)
treea5115370f2afa382560f295efc7930c3180ae2d7 /pom.xml
parentb48a6cd51868eab19a131ef7d43ec8d0e10c90f6 (diff)
downloadsonarqube-cbe509977bc9aced47eb592810068c17d4e64148.tar.gz
sonarqube-cbe509977bc9aced47eb592810068c17d4e64148.zip
Revert upgrade to protobuf 3.0.x
Versions [3.0.0-3.0.2] introduce performance regressions regarding the way protobuf is used in scanner writing of report.
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 befca320864..4c90de4bb50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
<okhttp.version>3.3.1</okhttp.version>
<jackson.version>2.6.6</jackson.version>
- <protobuf.version>3.0.0</protobuf.version>
+ <protobuf.version>3.0.0-beta-2</protobuf.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min.version>3.2</maven.min.version>