File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 114114 </dependency >
115115
116116 <!-- Test dependencies -->
117- <dependency >
118- <groupId >org.mockito</groupId >
119- <artifactId >mockito-core</artifactId >
120- <scope >test</scope >
121- </dependency >
122117 <dependency >
123118 <groupId >junit</groupId >
124119 <artifactId >junit</artifactId >
133128 <groupId >org.easymock</groupId >
134129 <artifactId >easymock</artifactId >
135130 <scope >test</scope >
131+ </dependency >
132+ <!-- we keep mockito after easymock in this pom so easymock's byte-buddy transitive
133+ dependency is picked up with higher priority -->
134+ <dependency >
135+ <groupId >org.mockito</groupId >
136+ <artifactId >mockito-core</artifactId >
137+ <scope >test</scope >
136138 </dependency >
137139 <dependency >
138140 <groupId >com.google.cloud</groupId >
Original file line number Diff line number Diff line change 9898 <dependency >
9999 <groupId >org.easymock</groupId >
100100 <artifactId >easymock</artifactId >
101- <version >5.2 .0</version >
101+ <version >5.6 .0</version >
102102 <scope >test</scope >
103103 </dependency >
104104 <dependency >
You can’t perform that action at this time.
0 commit comments