Skip to content

Commit

Permalink
Merge pull request #633 from ao-apps/com.github.spotbugs-spotbugs-mav…
Browse files Browse the repository at this point in the history
…en-plugin-4.6.0.0

new key for org.apache.groovy
  • Loading branch information
slawekjaranowski authored Apr 12, 2022
2 parents 2387c3a + a9d95cf commit f031aa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pgp-keys-map-test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,11 @@
<artifactId>httpclient</artifactId>
<version>[4.5.13]</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>[4.0.1]</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
Expand Down Expand Up @@ -1066,7 +1071,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.3.0</version>
<version>4.6.0.0</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 2 additions & 0 deletions resources/pgp-keys-map.list
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ org.apache.geronimo.specs = \
0x9056B710F1E332780DE7AF34CBAEBE39A46C4CA1, \
0xEA23DB1360D9029481E7F2EFECDFEA3CB4493B94

org.apache.groovy = 0x34441E504A937F43EB0DAEF96A65176A0FB1CD0B

org.apache.httpcomponents = \
0x0785B3EFF60B1B1BEA94E0BB7C25280EAE63EBE5, \
0x2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
Expand Down

0 comments on commit f031aa8

Please sign in to comment.