update protobuf-java from 2.4.1 to 3.11.1; bump artifact version
This commit is contained in:
parent
cb942b9e29
commit
b1ca2f360c
4
pom.xml
4
pom.xml
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>crosby.binary</groupId>
|
||||
<artifactId>osmpbf</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.3.3</version>
|
||||
<version>1.3.4</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>3.11.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue