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 df44543 commit 4a4e4d1Copy full SHA for 4a4e4d1
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
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.17.0' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.17.1' // Mocks of classes
77
78
// testcontainers (docker framework for testing)
79
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments