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 97d88af commit f29b785Copy full SHA for f29b785
build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
71
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
72
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
73
- testImplementation 'net.bytebuddy:byte-buddy:1.14.5' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.14.6' // Mocks of classes
74
75
// testcontainers (docker framework for testing)
76
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments