1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Bump bc to 1.80-SNAPSHOT, sop-java to 10.1.0-SNAPSHOT

This commit is contained in:
Paul Schaub 2025-01-28 12:50:01 +01:00
parent a6f8058fb4
commit 768d5c4964
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -4,10 +4,10 @@
package org.pgpainless.bouncycastle.extensions
import org.bouncycastle.asn1.gnu.GNUObjectIdentifiers
import org.bouncycastle.bcpg.ECDHPublicBCPGKey
import org.bouncycastle.bcpg.ECDSAPublicBCPGKey
import org.bouncycastle.bcpg.EdDSAPublicBCPGKey
import org.bouncycastle.internal.asn1.gnu.GNUObjectIdentifiers
import org.bouncycastle.jcajce.provider.asymmetric.util.ECUtil
import org.bouncycastle.openpgp.PGPPublicKey
import org.pgpainless.algorithm.PublicKeyAlgorithm

View file

@ -7,7 +7,7 @@ allprojects {
shortVersion = '1.7.6'
isSnapshot = true
javaSourceCompatibility = 11
bouncyCastleVersion = '1.80'
bouncyCastleVersion = '1.80-SNAPSHOT'
bouncyPgVersion = bouncyCastleVersion
junitVersion = '5.8.2'
logbackVersion = '1.5.13'