File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
dependencies {
23
23
// mandatory dependencies for using Spock
24
- implementation platform(' org.apache.groovy:groovy-bom:4.0.22 ' )
24
+ implementation platform(' org.apache.groovy:groovy-bom:4.0.23 ' )
25
25
implementation ' org.apache.groovy:groovy'
26
26
testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-4.0" )
27
27
testImplementation " org.spockframework:spock-core"
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14
- <groovy .version>4.0.22 </groovy .version>
14
+ <groovy .version>4.0.23 </groovy .version>
15
15
</properties >
16
16
17
17
<build >
You can’t perform that action at this time.
0 commit comments