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 2cf51b0 commit 1fa8ba5Copy full SHA for 1fa8ba5
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