Skip to content

Commit 035beb0

Browse files
Update dependency org.apache.groovy:groovy-bom to v4.0.27
1 parent 963fd34 commit 035beb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
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.27')
2525
implementation 'org.apache.groovy:groovy'
2626
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
2727
testImplementation "org.spockframework:spock-core"

0 commit comments

Comments
 (0)