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.
1 parent 951560f commit 4372c2dCopy full SHA for 4372c2d
build.gradle
@@ -81,7 +81,7 @@ dependencies {
81
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
82
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
83
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
84
- testImplementation 'net.bytebuddy:byte-buddy:1.17.5' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.17.6' // Mocks of classes
85
86
// testcontainers (docker framework for testing)
87
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments