Skip to content

Commit

Permalink
Update dependency org.spockframework:spock-core to v2.1-groovy-3.0 (g…
Browse files Browse the repository at this point in the history
…rails#12384)

* Update dependency org.spockframework:spock-core to v2.1-groovy-3.0

* Update IOUtilsSpec.groovy

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Puneet Behl <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2022
1 parent 7f6bcd5 commit d121964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ objenesisVersion=3.2
scaffoldingCoreVersion=2.1.0
servletApiVersion=4.0.1
slf4jVersion=1.7.36
spockVersion=2.0-groovy-3.0
spockVersion=2.1-groovy-3.0
springBootVersion=2.6.4
springLoadedVersion=1.2.8.RELEASE
springVersion=5.3.16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class IOUtilsSpec extends Specification{
void "Test findJarResource finds a the JAR resource"() {
expect:
IOUtils.findJarResource(Specification)
IOUtils.findJarResource(Specification).path.endsWith('spock-core-2.0-groovy-3.0.jar!/')
IOUtils.findJarResource(Specification).path.endsWith('spock-core-2.1-groovy-3.0.jar!/')
}
}

0 comments on commit d121964

Please sign in to comment.