Skip to content

Commit dd2a480

Browse files
Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5
Bumps spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5. Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d7c213d commit dd2a480

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)