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 cc3f757 + 8b5448c commit 2483c80Copy full SHA for 2483c80
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.0' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.18.1' // Mocks of classes
86
87
// testcontainers (docker framework for testing)
88
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments