Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2017-02-14 16:36:44 +0000
committerGerrit Code Review @ Eclipse.org2017-02-15 19:05:06 +0000
commit3fe7bc9a97e262ff1553d376491e48681cc5c189 (patch)
treea98a6a1128d0a60ec2c1e1d20eae47754fa9d999 /connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core
parent17179792da7d4afa33ccdbef0d00709a06701e7a (diff)
downloadorg.eclipse.mylyn.tasks-3fe7bc9a97e262ff1553d376491e48681cc5c189.tar.gz
org.eclipse.mylyn.tasks-3fe7bc9a97e262ff1553d376491e48681cc5c189.tar.xz
org.eclipse.mylyn.tasks-3fe7bc9a97e262ff1553d376491e48681cc5c189.zip
512190: update GSon version to 2.7
Change-Id: Icf7da05a4d699e81f4def3cadb1c388d86d62e0c Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=512190
Diffstat (limited to 'connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
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,

Back to the top