Skip to content

Commit

Permalink
Extend the range of supported mockito versions
Browse files Browse the repository at this point in the history
Change-Id: I1b4d504aadbccddb20c6ec7abe4cc5d5fb91ab8a
  • Loading branch information
ifurnadjiev committed Jun 24, 2021
1 parent 8f4415f commit 70599a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions com.eclipsesource.tabris.test.util/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Import-Package: javax.servlet;version="[2.3.0,5.0.0)",
org.junit.runner;version="[4.10.0,5.0.0)",
org.junit.runners;version="[4.10.0,5.0.0)",
org.junit.runners.model;version="[4.10.0,5.0.0)",
org.mockito;version="[1.9.5,2.0.0)",
org.mockito.stubbing;version="[1.9.5,2.0.0)"
org.mockito;version="[1.9.5,4.0.0)",
org.mockito.stubbing;version="[1.9.5,4.0.0)"

0 comments on commit 70599a0

Please sign in to comment.