aboutsummaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-04-28 12:46:28 +0200
committerTor Egge <Tor.Egge@online.no>2021-04-28 12:46:28 +0200
commit37c218231bd3844e5e66d52bfd59871cc29c5fdc (patch)
tree59af4d6a5cba64af2ec55e6915970aa00982328e /parent
parent365b349bec41a2ce8e8b2918eb7a2554cf55f0b6 (diff)
Use protocol buffers version 3.11.4 in java code.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 184ab475722..322548194d9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -251,7 +251,7 @@
<plugin>
<groupId>com.github.os72</groupId>
<artifactId>protoc-jar-maven-plugin</artifactId>
- <version>3.6.0.2</version>
+ <version>3.11.4</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -868,7 +868,7 @@
<maven-site-plugin.version>3.3</maven-site-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<prometheus.client.version>0.6.0</prometheus.client.version>
- <protobuf.version>3.7.0</protobuf.version>
+ <protobuf.version>3.11.4</protobuf.version>
<spifly.version>1.3.3</spifly.version>
<surefire.version>2.22.0</surefire.version>
<tensorflow.version>1.12.0</tensorflow.version>