Merge pull request #67 from openstreetmap/dependabot/maven/com.google.protobuf-protobuf-java-3.16.1

Bump protobuf-java from 3.13.0 to 3.16.1
This commit is contained in:
Jochen Topf 2022-01-08 10:04:02 +01:00 committed by GitHub
commit edad45f7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>3.13.0</version> <version>3.16.1</version>
</dependency> </dependency>
</dependencies> </dependencies>