diff --git a/build.gradle b/build.gradle index 3a3741c..021527c 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { exclude group: 'org.codehaus.groovy' } testImplementation 'net.bytebuddy:byte-buddy:1.18.11' - testImplementation 'org.objenesis:objenesis:3.5' + testImplementation 'org.objenesis:objenesis:3.6' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }