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 @@ -31,7 +31,7 @@ dependencies {
3131
3232 // optional dependencies for using Spock
3333 testImplementation " org.hamcrest:hamcrest-core:3.0" // only necessary if Hamcrest matchers are used
34- testRuntimeOnly ' net.bytebuddy:byte-buddy:1.18.1 ' // allows mocking of classes (in addition to interfaces)
34+ testRuntimeOnly ' net.bytebuddy:byte-buddy:1.18.2 ' // allows mocking of classes (in addition to interfaces)
3535 testRuntimeOnly " org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
3636
3737 // dependencies used by examples in this project
Original file line number Diff line number Diff line change 108108 <dependency > <!-- enables mocking of classes (in addition to interfaces) -->
109109 <groupId >net.bytebuddy</groupId >
110110 <artifactId >byte-buddy</artifactId >
111- <version >1.18.1 </version >
111+ <version >1.18.2 </version >
112112 <scope >test</scope >
113113 </dependency >
114114 <dependency > <!-- enables mocking of classes without default constructor (together with ByteBuddy or CGLIB) -->
You can’t perform that action at this time.
0 commit comments