Skip to content

Commit

Permalink
Upgrade to JUnit 4.12 ref #889
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jul 27, 2015
1 parent 95b1261 commit 35dea37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-mockito-release-full</artifactId>
<version>1.5.1</version>
<version>1.6.2</version>
<classifier>full</classifier>
<scope>test</scope>
<exclusions>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@
<rhino.version>1.7.6</rhino.version>
<jsoup.version>1.8.2</jsoup.version>
<testng.version>6.9.4</testng.version>
<!-- Upgrading to 4.12 breaks Android -->
<junit.version>4.11</junit.version>
<junit.version>4.12</junit.version>
<jython.version>2.7.0</jython.version>
<!-- Upgrading to 1.10.19 breaks Android -->
<mockito.version>1.10.8</mockito.version>
<mockito.version>1.10.19</mockito.version>
<selenium.version>2.45.0</selenium.version>
<webbit.version>0.4.15</webbit.version>
<webbit-rest.version>0.3.0</webbit-rest.version>
Expand Down

0 comments on commit 35dea37

Please sign in to comment.