Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-11-22 06:57:23 +0000
committerMatthias Sohn2018-11-22 09:21:25 +0000
commit0ef9c59cbb90eede5053c749c40c9e968f72868b (patch)
treeeefe8633eb6734876f5c87fc19abc9a4b2f28d5a /org.eclipse.mylyn.github.tests
parent78a301cdfc9a14601b081f15971cb0ee028ded01 (diff)
downloadegit-github-0ef9c59cbb90eede5053c749c40c9e968f72868b.tar.gz
egit-github-0ef9c59cbb90eede5053c749c40c9e968f72868b.tar.xz
egit-github-0ef9c59cbb90eede5053c749c40c9e968f72868b.zip
Update Orbit to S20181120221132 for 2018-12
* update to latest Orbit drop for 2018-12 M3 Update mockito and its dependencies to latest version available in Orbit: * mockito 2.13.0.v20180426-1843 * net.bytebuddy.byte-buddy 1.7.9.v20180420-1519 * net.bytebuddy.byte-buddy-agent 1.7.9.v20180420-1519 * org.objenesis 2.6.0.v20180420-1519 * Update version ranges of mockito and objenesis * Use the non-deprecated JUnit runner * Remove some unused stubbing from a test Change-Id: I2b6d84c71ba33df1bbf56fdfd4d38a27cdb094ba Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 534c8d27..145dfed6 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -11,10 +11,10 @@ Require-Bundle: org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.junit;bundle-version="[4.8.1,5.0.0)",
org.hamcrest;bundle-version="[1.1.0,2.0.0)",
- org.objenesis;bundle-version="[1.0.0,2.0.0)"
+ org.objenesis;bundle-version="[2.6.0,3.0.0)"
Bundle-Vendor: Eclipse EGit
Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.2.0,5.3.0)",
org.eclipse.mylyn.internal.github.ui.issue;version="[5.2.0,5.3.0)",
- org.mockito;version="[1.8.4,2.0.0)",
- org.mockito.runners;version="[1.8.4,2.0.0)",
- org.mockito.stubbing;version="[1.8.4,2.0.0)"
+ org.mockito;version="[2.13.0,3.0.0)",
+ org.mockito.runners;version="[2.13.0,3.0.0)",
+ org.mockito.stubbing;version="[2.13.0,3.0.0)"

Back to the top