Skip to content

Commit

Permalink
Upgrade to oss-parent 9 (#2149)
Browse files Browse the repository at this point in the history
org.sonatype.oss:oss-parent:7 is unsigned (missing .asc files), which forces users of gson library
that enforce signature verification to explicitly allowlist oss-parent. Luckily oss-parent 9 is signed,
thus fixing this issue.

See:
https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/
vs
https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/
  • Loading branch information
liutikas committed Jul 21, 2022
1 parent 2eb3758 commit eeba71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>

<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit eeba71c

Please sign in to comment.