We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9f392 commit 95bdc1bCopy full SHA for 95bdc1b
ivy.xml
@@ -35,7 +35,7 @@
35
<!-- Optional dependencies for using Spock -->
36
<!-- enables mocking of classes (in addition to interfaces) -->
37
<dependency org="org.objenesis" name="objenesis" rev="3.4" conf="test;sources;javadoc"/>
38
- <dependency org="net.bytebuddy" name="byte-buddy" rev="1.17.5" conf="test;sources;javadoc"/>
+ <dependency org="net.bytebuddy" name="byte-buddy" rev="1.18.2" conf="test;sources;javadoc"/>
39
<!-- Dependencies used by examples in this project (not required for using Spock) -->
40
<dependency org="org.apache.groovy" name="groovy-sql" rev="5.0.3" conf="test;sources;javadoc"/>
41
<dependency org="org.spockframework" name="spock-junit4" rev="2.4-groovy-5.0" conf="test;sources;javadoc"/>
0 commit comments