Upgrade to com.google:google:5 for protoc artifact

Protoc depeneds on com.google:google:1 which is unsigned. Which means users
the validate signatures have to add it to an allow list. Upgrading makes it no longer
necessary.

Compare:
https://repo1.maven.org/maven2/com/google/google/1
vs
https://repo1.maven.org/maven2/com/google/google/5
pull/10290/head
Aurimas 3 years ago committed by GitHub
parent 3b456bfcd8
commit ddec86de81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      protoc-artifacts/pom.xml

@ -4,7 +4,7 @@
<parent>
<groupId>com.google</groupId>
<artifactId>google</artifactId>
<version>1</version>
<version>5</version>
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protoc</artifactId>

Loading…
Cancel
Save