mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 12:21:15 +01:00
Move jazzerVersion to version.gradle
This commit is contained in:
parent
6f7e900527
commit
9377196ab7
2 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ dependencies {
|
|||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
|
||||
|
||||
// Jazzer for Fuzzing
|
||||
testImplementation "com.code-intelligence:jazzer-junit:0.24.0"
|
||||
testImplementation "com.code-intelligence:jazzer-junit:$jazzerVersion"
|
||||
|
||||
// Logging
|
||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ allprojects {
|
|||
javaSourceCompatibility = 11
|
||||
bouncyCastleVersion = '1.82'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
jazzerVersion = '0.24.0'
|
||||
junitVersion = '5.8.2'
|
||||
logbackVersion = '1.5.19'
|
||||
mockitoVersion = '4.5.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue