1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-08 05:11:08 +01: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 b10e117795
commit 65159255f1
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.3'
yubikitVersion = '2.8.2'
}
}