We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ea5dd commit 1dbe343Copy full SHA for 1dbe343
build.gradle.kts
@@ -133,7 +133,7 @@ dependencies {
133
testImplementation("org.spockframework:spock-core:2.3-groovy-2.5")
134
testImplementation("org.spockframework:spock-junit4:2.3-groovy-2.5")
135
testImplementation("net.bytebuddy:byte-buddy:1.14.15")
136
- testImplementation("org.objenesis:objenesis:3.3")
+ testImplementation("org.objenesis:objenesis:3.4")
137
testImplementation(platform("io.netty:netty-bom:4.1.109.Final"))
138
139
testImplementation("io.ratpack:ratpack-groovy-test:1.9.0") {
0 commit comments