diff --git a/build.gradle b/build.gradle index 33d3fe6..8b025a7 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { testImplementation platform("org.spockframework:spock-bom:2.4-groovy-5.0") testImplementation 'org.spockframework:spock-core' testImplementation 'net.bytebuddy:byte-buddy' // allows mocking of classes (in addition to interfaces) - testImplementation "org.objenesis:objenesis:3.5" + testImplementation "org.objenesis:objenesis:3.6" testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'