Skip to content

Commit eeba71c

Browse files
authored
Upgrade to oss-parent 9 (#2149)
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/
1 parent 2eb3758 commit eeba71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonatype.oss</groupId>
88
<artifactId>oss-parent</artifactId>
9-
<version>7</version>
9+
<version>9</version>
1010
</parent>
1111

1212
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)