Skip to content

Commit 8c9add1

Browse files
authored
Merge pull request #1327 from grails/dependabot/gradle/7.0.x/org.spockframework-spock-core-1.3-groovy-2.5
Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5
2 parents 2f3322e + dd2a480 commit 8c9add1

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
@@ -34,7 +34,7 @@ project.ext {
3434
nexusPassword = System.getenv("SONATYPE_PASSWORD") ?: project.hasProperty("sonatypeOssPassword") ? project.sonatypeOssPassword : ''
3535
}
3636

37-
def spockDependency = "org.spockframework:spock-core:1.2-groovy-2.5"
37+
def spockDependency = "org.spockframework:spock-core:1.3-groovy-2.5"
3838

3939
def isGroovyProject(project) {
4040
!project.name.contains("grails-plugins")

0 commit comments

Comments
 (0)