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 {
2121
2222dependencies {
2323 // mandatory dependencies for using Spock
24- implementation platform(' org.apache.groovy:groovy-bom:4.0.26 ' )
24+ implementation platform(' org.apache.groovy:groovy-bom:4.0.28 ' )
2525 implementation ' org.apache.groovy:groovy'
2626 testImplementation platform(" org.spockframework:spock-bom:2.3-groovy-4.0" )
2727 testImplementation " org.spockframework:spock-core"
Original file line number Diff line number Diff line change 1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14- <groovy .version>4.0.26 </groovy .version>
14+ <groovy .version>4.0.28 </groovy .version>
1515 </properties >
1616
1717 <build >
You can’t perform that action at this time.
0 commit comments