File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ dependencies {
98
98
testImplementation(localGroovy())
99
99
testImplementation platform (" org.spockframework:spock-bom:2.4-M1-groovy-3.0" )
100
100
testImplementation ' org.spockframework:spock-core'
101
- testImplementation ' net.bytebuddy:byte-buddy:1.14.7 '
101
+ testImplementation ' net.bytebuddy:byte-buddy:1.14.8 '
102
102
testImplementation gradleTestKit()
103
103
104
104
testIntImplementation(localGroovy())
105
105
testIntImplementation platform (" org.spockframework:spock-bom:2.4-M1-groovy-3.0" )
106
106
testIntImplementation ' org.spockframework:spock-core'
107
- testIntImplementation ' net.bytebuddy:byte-buddy:1.14.7 '
107
+ testIntImplementation ' net.bytebuddy:byte-buddy:1.14.8 '
108
108
testIntImplementation gradleTestKit()
109
109
}
110
110
You can’t perform that action at this time.
0 commit comments