We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf51b0 + 1fa8ba5 commit 4e9f58bCopy full SHA for 4e9f58b
build.gradle
@@ -82,7 +82,7 @@ dependencies {
82
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
83
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
84
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
85
- testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.17.7' // Mocks of classes
86
87
// testcontainers (docker framework for testing)
88
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments