File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
call-site-instrumentation-plugin Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation(" org.ow2.asm" , " asm" , " 9.8" )
4747 implementation(" org.ow2.asm" , " asm-tree" , " 9.8" )
4848
49- testImplementation(" org.spockframework" , " spock-core" , " 2.2 -groovy-3.0" )
49+ testImplementation(" org.spockframework" , " spock-core" , " 2.3 -groovy-3.0" )
5050 testImplementation(" org.codehaus.groovy" , " groovy-all" , " 3.0.17" )
5151}
5252
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation(" com.github.javaparser" , " javaparser-symbol-solver-core" , " 3.24.4" )
3838
3939 testImplementation(" net.bytebuddy" , " byte-buddy" , " 1.17.5" )
40- testImplementation(" org.spockframework" , " spock-core" , " 2.0 -groovy-3.0" )
40+ testImplementation(" org.spockframework" , " spock-core" , " 2.3 -groovy-3.0" )
4141 testImplementation(" org.objenesis" , " objenesis" , " 3.0.1" )
4242 testImplementation(" org.codehaus.groovy" , " groovy-all" , " 3.0.17" )
4343 testImplementation(" javax.servlet" , " javax.servlet-api" , " 3.0.1" )
@@ -68,7 +68,7 @@ val copyCallSiteSources = tasks.register<Copy>("copyCallSiteSources") {
6868}
6969
7070tasks {
71- withType<AbstractCompile >() {
71+ withType<AbstractCompile > {
7272 dependsOn(copyCallSiteSources)
7373 }
7474}
You can’t perform that action at this time.
0 commit comments