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

Depend on pgp-certificate-store again

This commit is contained in:
Paul Schaub 2022-08-12 15:05:42 +02:00
parent d486a17cf1
commit 6dc5b84d66
2 changed files with 7 additions and 6 deletions

View file

@ -17,7 +17,7 @@ allprojects {
junitVersion = '5.8.2'
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
pgpCertificateStoreVersion = '0.1.1'
pgpCertificateStoreVersion = '0.1.2-SNAPSHOT'
slf4jVersion = '1.7.36'
sopJavaVersion = '4.0.7'
}