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 aa30172 commit a1a5270Copy full SHA for a1a5270
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
74
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
75
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
76
- testImplementation 'net.bytebuddy:byte-buddy:1.14.19' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.15.0' // Mocks of classes
77
78
// testcontainers (docker framework for testing)
79
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments