diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-21 20:01:00 +0900 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-01-20 01:17:29 +0100 |
commit | f3bb0e268c18149ef95b639b69516d2511813bd0 (patch) | |
tree | c9d18e78599ff020dbfec62513233187da96ec56 /org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target | |
parent | 13ba592fff31bd250027e572e9dd9f52190c2187 (diff) | |
download | jgit-f3bb0e268c18149ef95b639b69516d2511813bd0.tar.gz jgit-f3bb0e268c18149ef95b639b69516d2511813bd0.zip |
Upgrade gson to version 2.8.2
CQ: 15286
CQ: 15287 (Orbit)
Change-Id: I43312d5276b64d871f7fa253a43a090f9b163724
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target index 20f1d43f5f..75112007d2 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.5.target @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <?pde?> <!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform --> -<target name="jgit-4.5" sequenceNumber="1516401752"> +<target name="jgit-4.5" sequenceNumber="1516407332"> <locations> <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit"> <unit id="org.eclipse.jetty.client" version="9.4.8.v20171121"/> @@ -49,7 +49,8 @@ <unit id="org.objenesis.source" version="1.0.0.v201505121915"/> <unit id="org.mockito" version="1.8.4.v201303031500"/> <unit id="org.mockito.source" version="1.8.4.v201303031500"/> - <unit id="com.google.gson" version="2.2.4.v201311231704"/> + <unit id="com.google.gson" version="2.8.2.v20180104-1110"/> + <unit id="com.google.gson.source" version="2.8.2.v20180104-1110"/> <unit id="com.jcraft.jsch" version="0.1.54.v20170116-1932"/> <unit id="com.jcraft.jsch.source" version="0.1.54.v20170116-1932"/> <unit id="org.junit" version="4.12.0.v201504281640"/> |