summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2018-12-04 19:00:27 +0100
committerGitHub <noreply@github.com>2018-12-04 19:00:27 +0100
commit4ea11183f1991c79ceed7fbeedb000033b3755a6 (patch)
treeb0863d24412929f76f86d85ac98cd60b8ab91d93
parentc272b036cda9e08f326d576adc17e8382ccd8f30 (diff)
parent1e42ad5bb2e728b3d4c77120faa4f80ff0f92855 (diff)
Merge pull request #7856 from vespa-engine/lesters/up-protoc-plugin-version
Upgrade protoc jar maven plugin version
-rw-r--r--model-integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 5a2e7f0dbcd..1d7dcc10f42 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -86,7 +86,7 @@
<plugin>
<groupId>com.github.os72</groupId>
<artifactId>protoc-jar-maven-plugin</artifactId>
- <version>3.5.1.1</version>
+ <version>3.6.0.1</version>
<executions>
<execution>
<phase>generate-sources</phase>