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 2217c26 + 596fd2a commit a298840Copy full SHA for a298840
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.18.1' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.18.2' // Mocks of classes
86
87
// testcontainers (docker framework for testing)
88
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments