pzygielo commented on PR #127: URL: https://github.com/apache/maven-gpg-plugin/pull/127#issuecomment-3506506443
> Seems that after [cb1236c](https://github.com/apache/maven-gpg-plugin/commit/cb1236c251b458918b5a7b5b7d240315d5ab6430) `3.2.8:sign` Perhaps for this: ```diff --- 1.81/bcutil-jdk18on-1.81.pom 2025-06-04 09:57:06.000000000 +0200 +++ 1.82/bcutil-jdk18on-1.82.pom 2025-09-17 12:54:47.000000000 +0200 @@ -3,12 +3,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk18on</artifactId> <packaging>jar</packaging> <name>Bouncy Castle ASN.1 Extension and Utility APIs</name> - <version>1.81</version> + <version>1.82</version> <url>https://www.bouncycastle.org/download/bouncy-castle-java/</url> <licenses> <license> <name>Bouncy Castle Licence</name> <url>https://www.bouncycastle.org/licence.html</url> @@ -31,10 +31,10 @@ </developers> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk18on</artifactId> - <version>[1.81,1.82)</version> + <version>1.82</version> <type>jar</type> </dependency> </dependencies> </project> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
