Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF4
3 files changed, 4 insertions, 4 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF
index d172a6b60..6254e50c8 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Require-Bundle: org.junit;bundle-version="4.8.2",
org.hamcrest;bundle-version="[1.0.0,1.2.0)",
org.hamcrest.library;bundle-version="[1.0.0,1.2.0)",
com.google.guava;bundle-version="[21.0.0,22.0.0)",
- com.google.gson;bundle-version="2.2.4",
+ com.google.gson;bundle-version="[2.7.0,2.8.0)",
org.eclipse.core.runtime,
org.apache.commons.io,
org.eclipse.mylyn.commons.sdk.util,
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF
index 15c4bbf0f..49b51ce13 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF
@@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.repositories.http.core,
org.apache.httpcomponents.httpclient,
org.apache.httpcomponents.httpcore,
- com.google.gson;bundle-version="2.1.0",
+ com.google.gson;bundle-version="[2.7.0,2.8.0)",
org.eclipse.mylyn.commons.net,
org.eclipse.equinox.security,
com.google.guava,
diff --git a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
index 7febacfff..3d9250f94 100644
--- a/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.core/META-INF/MANIFEST.MF
@@ -18,5 +18,5 @@ Export-Package: org.eclipse.mylyn.internal.trac.core;x-friends:="org.eclipse.myl
Bundle-Activator: org.eclipse.mylyn.internal.trac.core.TracCorePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Localization: plugin
-Import-Package: com.google.gson;version="[2.1.0,3.0.0)",
- com.google.gson.reflect;version="[2.1.0,3.0.0)"
+Import-Package: com.google.gson;version="[2.7.0,2.8.0)",
+ com.google.gson.reflect;version="[2.7.0,2.8.0)"

Back to the top