Skip to content

Commit

Permalink
Protobuf version updated to 3.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
soklakov committed Sep 19, 2018
1 parent 47982f4 commit 33da3f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<classpathentry kind="src" path="src/main/protocol-impl/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/protobuf-java-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/protobuf-java-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/jboss-common-jdbc-wrapper.jar"/>
<classpathentry kind="lib" path="lib/c3p0-0.9.1-pre6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/build/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 33da3f3

Please sign in to comment.