Bump pgpainless-core to 1.3.12, pgpainless-cert-d to 0.2.1, cert-d-java to 0.2.1

This commit is contained in:
Paul Schaub 2022-11-25 16:17:24 +01:00
parent f9543cddae
commit e9f2efd15a
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
8 changed files with 12 additions and 11 deletions

View file

@ -38,7 +38,7 @@ public class AbstractTestSuiteGenerator {
}
protected PGPSecretKeyRing secretKey(String userId) throws PGPException, InvalidAlgorithmParameterException, NoSuchAlgorithmException {
PGPSecretKeyRing secretKeys = PGPainless.generateKeyRing().modernKeyRing(userId, null);
PGPSecretKeyRing secretKeys = PGPainless.generateKeyRing().modernKeyRing(userId);
return secretKeys;
}