File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 134
134
<maven .compiler.testTarget>1.8</maven .compiler.testTarget>
135
135
<maven .compiler.testSource>1.8</maven .compiler.testSource>
136
136
<maven .compiler.testCompilerArgument>-parameters</maven .compiler.testCompilerArgument>
137
- <clirr .comparisonVersion>3.3.0 </clirr .comparisonVersion>
137
+ <clirr .comparisonVersion>3.3.1 </clirr .comparisonVersion>
138
138
<findbugs .onlyAnalyze>org.apache.ibatis.*</findbugs .onlyAnalyze>
139
139
<osgi .export>org.apache.ibatis.*;version=${project.version} ;-noimport:=true</osgi .export>
140
140
<osgi .import>*;resolution:=optional</osgi .import>
216
216
<dependency >
217
217
<groupId >org.mockito</groupId >
218
218
<artifactId >mockito-core</artifactId >
219
- <version >2.2.15 </version >
219
+ <version >2.2.26 </version >
220
220
<scope >test</scope >
221
221
</dependency >
222
222
<!-- Do not go to 2.x until we are on jdk7 -->
You can’t perform that action at this time.
0 commit comments