summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2018-01-18 10:55:42 +0100
committerJon Bratseth <bratseth@yahoo-inc.com>2018-01-18 10:55:42 +0100
commit6de3ab257844f987f84a39195e4c68c74d2a739d (patch)
treefb48789dd531dabb8dd3074a382643fd328f82ca /parent
parent37d6a6f18c8df8ba747f302f6ad7aa35406250ab (diff)
Use protobuf 3.4.0 by default
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 916b6b450c2..de02f5085ea 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -403,7 +403,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.4.1</version>
+ <version>3.4.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.jmockit</groupId>