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

Update yubikit to 3.0.0, fix key generation, refactor code

This commit is contained in:
Paul Schaub 2025-12-04 23:12:08 +01:00
parent bb796a6819
commit 84c30f9629
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 101 additions and 28 deletions

View file

@ -14,6 +14,6 @@ allprojects {
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '14.0.3'
yubikitVersion = '2.9.0'
yubikitVersion = '3.0.0'
}
}