Skip to content

Commit 5754fa5

Browse files
committed
Remove explicit version for Mockito, so we use the one of Spring Data Build.
Closes #2247 See spring-projects/spring-data-build#1469
1 parent cde430e commit 5754fa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
<eclipselink>2.7.9</eclipselink>
2525
<hibernate>5.5.2.Final</hibernate>
26-
<mockito>3.11.1</mockito>
2726
<vavr>0.10.3</vavr>
2827
<hibernate.groupId>org.hibernate</hibernate.groupId>
2928
<springdata.commons>2.6.0-SNAPSHOT</springdata.commons>
@@ -238,7 +237,7 @@
238237
<version>${querydsl}</version>
239238
<optional>true</optional>
240239
</dependency>
241-
240+
242241
<!-- jMolecules -->
243242
<dependency>
244243
<groupId>org.jmolecules.integrations</groupId>

0 commit comments

Comments
 (0)