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

WIP: Explore implementing a concrete HardwareSecurity implementation using Yubikit

This commit is contained in:
Paul Schaub 2025-09-06 19:51:11 +02:00
parent cccd3287c1
commit 9f0a9ccfa6
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
7 changed files with 112 additions and 8 deletions

View file

@ -14,5 +14,6 @@ allprojects {
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '14.0.1-SNAPSHOT'
yubikitVersion = '2.8.2'
}
}