1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-11 03:09:41 +02:00

Fuzz different methods

This commit is contained in:
Paul Schaub 2025-07-04 17:37:26 +02:00
parent 343fc6cf65
commit 556766e0bf
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
39 changed files with 377 additions and 1 deletions

View file

@ -7,7 +7,7 @@ allprojects {
shortVersion = '1.7.7'
isSnapshot = true
javaSourceCompatibility = 11
bouncyCastleVersion = '1.81'
bouncyCastleVersion = '1.82-SNAPSHOT'
bouncyPgVersion = bouncyCastleVersion
junitVersion = '5.8.2'
logbackVersion = '1.5.13'