aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-11-07 16:36:17 +0100
committerJakub Dudycz <jakub.dudycz@nokia.com>2018-11-07 16:41:04 +0100
commitcd8f9089f0679b48589e0a332dfa5facee992ac3 (patch)
tree9cee77428b19d98b04763ffba99a9064817c672b /pom.xml
parent0bfbf81bf642b1adffb9916a44f9b85bb633fdc8 (diff)
Update protobuf version to 3.6.1
Update protobuf and maven protobuf plugin versions Change-Id: I12dbc71926d74eb78ef4553e4b7abe72d34274e0 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-962
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 983ab3c1..e0ba9ffb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,8 +68,8 @@
<jacoco.minimum.coverage>60</jacoco.minimum.coverage>
<!-- Protocol buffers -->
- <protobuf.version>3.5.1</protobuf.version>
- <protoc-jar-maven-plugin.version>3.5.1.1</protoc-jar-maven-plugin.version>
+ <protobuf.version>3.6.1</protobuf.version>
+ <protoc-jar-maven-plugin.version>3.6.0.1</protoc-jar-maven-plugin.version>
<protobuf-generated-files.directory>${project.build.directory}/generated-sources/proto/main/java/
</protobuf-generated-files.directory>