diff --git a/build.gradle b/build.gradle index 5cc6c26f2..dfaa67fe6 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" testImplementation "org.spockframework:spock-core:2.4-groovy-5.0" testImplementation 'org.objenesis:objenesis:3.5' // Mock creation with constructor parameters - testImplementation 'net.bytebuddy:byte-buddy:1.18.10' // Mocks of classes + testImplementation 'net.bytebuddy:byte-buddy:1.18.11' // Mocks of classes // testcontainers (docker framework for testing) testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"