update to protocol buffers 2.6.1 in pom.xml, fixes #24.

This commit is contained in:
Matthew Wigginton Conway 2015-09-14 14:52:12 -04:00
parent 1283c4a48d
commit c6567e1901
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>crosby.binary</groupId>
<artifactId>osmpbf</artifactId>
<packaging>jar</packaging>
<version>1.3.3</version>
<version>1.3.4-SNAPSHOT</version>
<name>OSM-Binary</name>
<description>Library for the OpenStreetMap PBF format</description>
<url>https://github.com/scrosby/OSM-binary</url>
@ -78,7 +78,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.4.1</version>
<version>2.6.1</version>
</dependency>
</dependencies>
</project>