Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2019-06-12 14:52:43 +0000
committerJeff Johnston2019-06-12 16:01:08 +0000
commit11ad2d1cc86bc82eb63689a15ead46c23508f1cd (patch)
tree933aa2d179d82e464358edef7cd3e9d9011dded3
parentb4bbd2b1a23ef7c1a9448505df637be4bae1fc8f (diff)
downloadorg.eclipse.linuxtools-11ad2d1cc86bc82eb63689a15ead46c23508f1cd.tar.gz
org.eclipse.linuxtools-11ad2d1cc86bc82eb63689a15ead46c23508f1cd.tar.xz
org.eclipse.linuxtools-11ad2d1cc86bc82eb63689a15ead46c23508f1cd.zip
Update orbit repo and bouncycastle dependencies.stable-7.3
Change-Id: Ibf574fd6f1d6b3de53e8d719e432e0e0cc9db530 Reviewed-on: https://git.eclipse.org/r/143852 Tested-by: Linux Tools Bot <linuxtools-bot@eclipse.org> Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--releng/org.eclipse.linuxtools.target/linuxtools-e4.12.target12
1 files changed, 6 insertions, 6 deletions
diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-e4.12.target b/releng/org.eclipse.linuxtools.target/linuxtools-e4.12.target
index 30e6cf9856..680010dfe1 100644
--- a/releng/org.eclipse.linuxtools.target/linuxtools-e4.12.target
+++ b/releng/org.eclipse.linuxtools.target/linuxtools-e4.12.target
@@ -29,12 +29,12 @@
<unit id="org.apache.commons.compress" version="1.18.0.v20181121-2221"/>
<unit id="org.apache.commons.io" version="2.6.0.v20190123-2029"/>
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
-<unit id="org.apache.httpcomponents.httpclient" version="4.5.6.v20190213-1430"/>
+<unit id="org.apache.httpcomponents.httpclient" version="4.5.6.v20190503-0009"/>
<unit id="org.apache.httpcomponents.httpcore" version="4.4.10.v20190123-2214"/>
<unit id="org.apache.xerces" version="2.9.0.v201101211617"/>
<unit id="org.assertj" version="1.7.1.v20170413-2026"/>
-<unit id="org.bouncycastle.bcpkix" version="1.60.0.v20181210-2057"/>
-<unit id="org.bouncycastle.bcprov" version="1.60.0.v20181210-2057"/>
+<unit id="org.bouncycastle.bcpkix" version="1.61.0.v20190602-1335"/>
+<unit id="org.bouncycastle.bcprov" version="1.61.0.v20190602-1335"/>
<unit id="org.cyberneko.html" version="1.9.14.v201105210654"/>
<unit id="org.glassfish.hk2.api" version="2.5.0.v20161103-0227"/>
<unit id="org.glassfish.hk2.locator" version="2.5.0.v20161103-0227"/>
@@ -47,14 +47,14 @@
<unit id="org.glassfish.jersey.core.jersey-server" version="2.22.1.v20181004-1955"/>
<unit id="org.glassfish.jersey.ext.entityfiltering" version="2.22.1.v20181004-1955"/>
<unit id="org.glassfish.jersey.media.jersey-media-json-jackson" version="2.22.1.v20161117-2005"/>
-<unit id="org.mockito" version="2.23.0.v20181106-1534"/>
+<unit id="org.mockito" version="2.23.0.v20190527-1420"/>
<unit id="org.objectweb.asm" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.analysis" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.tree" version="7.1.0.v20190412-2143"/>
<unit id="org.objectweb.asm.util" version="7.1.0.v20190412-2143"/>
<unit id="org.slf4j.api" version="1.7.10.v20170428-1633"/>
<unit id="org.swtchart" version="0.10.0.v201605200358"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20190501151401/repository"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.annotation" version="0.0.0"/>
@@ -97,4 +97,4 @@
-Xmx512M</vmArgs>
<programArgs>-consolelog</programArgs>
</launcherArgs>
-</target> \ No newline at end of file
+</target>

Back to the top