File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 testImplementation " org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
2929
3030 // optional dependencies for using Spock
31- testImplementation " org.hamcrest:hamcrest-core:2.2 " // only necessary if Hamcrest matchers are used
31+ testImplementation " org.hamcrest:hamcrest-core:3.0 " // only necessary if Hamcrest matchers are used
3232 testRuntimeOnly ' net.bytebuddy:byte-buddy:1.15.8' // allows mocking of classes (in addition to interfaces)
3333 testRuntimeOnly " org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
3434
Original file line number Diff line number Diff line change 109109 <dependency > <!-- only required if Hamcrest matchers are used -->
110110 <groupId >org.hamcrest</groupId >
111111 <artifactId >hamcrest-core</artifactId >
112- <version >2.2 </version >
112+ <version >3.0 </version >
113113 <scope >test</scope >
114114 </dependency >
115115 <!-- Dependencies used by examples in this project (not required for using Spock) -->
You can’t perform that action at this time.
0 commit comments