Browse Source

update protobuffer release version to 3.6.1 (#2395)

pull/2396/head
penmetsaa 6 years ago
committed by GitHub
parent
commit
c7672583f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tools/java/cpp-build/pom.xml
  2. BIN
      tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
  3. BIN
      tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar

+ 1
- 1
tools/java/cpp-build/pom.xml View File

@ -154,7 +154,7 @@
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>3.0.0</version>
<version>3.6.1</version>
</dependency> </dependency>
</dependencies> </dependencies>


BIN
tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


BIN
tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save