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 8c7eefb + c4efb5f commit 18a1853Copy full SHA for 18a1853
build.gradle
@@ -76,7 +76,7 @@ dependencies {
76
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
77
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
78
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79
- testImplementation 'net.bytebuddy:byte-buddy:1.12.17' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.12.18' // Mocks of classes
80
81
// testcontainers (docker framework for testing)
82
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments