1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-17 09:41:08 +01:00

Depend on pgp-certificate-store

This commit is contained in:
Paul Schaub 2022-08-09 15:10:59 +02:00
parent e20e03c559
commit 2425f0b211
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,7 @@ allprojects {
junitVersion = '5.8.2'
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
pgpCertificateStoreVersion = '0.1.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '4.0.5'
}