diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-09 09:37:48 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-11 11:44:21 +0200 |
commit | 33a216e2071c028060d437fe2707b9e7012aae76 (patch) | |
tree | 4b52349f9a028aadde4e66d931ee38c55013d24d /pom.xml | |
parent | 135df88fafd97a2fb78a9d7ec172fb8f39cdee3c (diff) | |
download | sonarqube-33a216e2071c028060d437fe2707b9e7012aae76.tar.gz sonarqube-33a216e2071c028060d437fe2707b9e7012aae76.zip |
Upgrade protobuf lib to 3.0.0-beta-1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1087,7 +1087,7 @@ <dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> - <version>2.6.1</version> + <version>3.0.0-beta-1</version> </dependency> <dependency> <groupId>net.jpountz.lz4</groupId> |