Skip to content

Commit

Permalink
Update to spock-1.1 (ant)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed May 8, 2017
1 parent fbcf48f commit be527cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
<dependency <dependency
groupId="org.spockframework" groupId="org.spockframework"
artifactId="spock-core" artifactId="spock-core"
version="1.1-groovy-2.4-rc-3" /> version="1.1-groovy-2.4" />
<!-- Optional dependencies for using Spock --> <!-- Optional dependencies for using Spock -->
<!-- enables mocking of classes (in addition to interfaces) --> <!-- enables mocking of classes (in addition to interfaces) -->
<dependency <dependency
groupId="cglib" groupId="net.bytebuddy"
artifactId="cglib-nodep" artifactId="byte-buddy"
version="3.2.4" /> version="1.6.5" />
<!-- enables mocking of classes without parameterless constructor (together with CGLIB) --> <!-- enables mocking of classes without parameterless constructor (together with CGLIB) -->
<dependency <dependency
groupId="org.objenesis" groupId="org.objenesis"
Expand Down

0 comments on commit be527cd

Please sign in to comment.