1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-06 20:31:08 +01:00

Move jazzerVersion to version.gradle

This commit is contained in:
Paul Schaub 2025-07-09 23:45:25 +02:00
parent 6f7e900527
commit 9377196ab7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
// Jazzer for Fuzzing // Jazzer for Fuzzing
testImplementation "com.code-intelligence:jazzer-junit:0.24.0" testImplementation "com.code-intelligence:jazzer-junit:$jazzerVersion"
// Logging // Logging
testImplementation "ch.qos.logback:logback-classic:$logbackVersion" testImplementation "ch.qos.logback:logback-classic:$logbackVersion"

View file

@ -9,6 +9,7 @@ allprojects {
javaSourceCompatibility = 11 javaSourceCompatibility = 11
bouncyCastleVersion = '1.82' bouncyCastleVersion = '1.82'
bouncyPgVersion = bouncyCastleVersion bouncyPgVersion = bouncyCastleVersion
jazzerVersion = '0.24.0'
junitVersion = '5.8.2' junitVersion = '5.8.2'
logbackVersion = '1.5.19' logbackVersion = '1.5.19'
mockitoVersion = '4.5.1' mockitoVersion = '4.5.1'