Skip to content

Commit 17998ec

Browse files
Added missing objenesis
1 parent a9856a1 commit 17998ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/call-site-instrumentation-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
testImplementation(libs.bytebuddy)
3838
testImplementation(libs.groovy4)
3939
testImplementation(libs.spock.core.groovy4)
40+
testImplementation(libs.objenesis)
4041
testImplementation("javax.servlet", "javax.servlet-api", "3.0.1")
4142
testImplementation("com.github.spotbugs", "spotbugs-annotations", "4.2.0")
4243
}

0 commit comments

Comments
 (0)