diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-12 12:02:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-12 14:35:06 +0200 |
commit | 4d46a68abee7a59bba7c5d85b5ad90206bc1d757 (patch) | |
tree | 98275dfbf38389bfd76bf24b9a84b9bc79c669f0 /pom.xml | |
parent | 6ef225c5191f0e0c7ffc621843528568455d72a1 (diff) | |
download | jgit-4d46a68abee7a59bba7c5d85b5ad90206bc1d757.tar.gz jgit-4d46a68abee7a59bba7c5d85b5ad90206bc1d757.zip |
Update orbit to R20190602212107-2019-06 to enable backports from master
update
- org.apache.httpcomponents.httpclient to 4.5.6.v20190503-0009
- org.apache.httpcomponents.httpcore to 4.4.10.v20190123-2214
- com.jcraft.jsch" version to 0.1.55.v20190404-1902
- org.mockito to 2.23.0.v20190527-1420
add its dependencies
- net.bytebuddy.byte-buddy 1.9.0.v20181107-1410
- net.bytebuddy.byte-buddy-agent 1.9.0.v20181106-1534
- org.objenesis to 2.6.0.v20180420-1519
CQ: 18303 (objenesis)
CQ: 18703 (httpclient)
CQ: 18704 (httpcore)
CQ: 19588 (jsch)
CQ: 20214 (mockito)
CQ: 20215 (butebuddy)
CQ: 20216 (bytebuddy-agent)
Change-Id: I8d76375de867e32b7818449f843b7c053a717b5e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -198,7 +198,7 @@ <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> <jgit-last-release-version>4.11.0.201803080745-r</jgit-last-release-version> - <jsch-version>0.1.54</jsch-version> + <jsch-version>0.1.55</jsch-version> <jzlib-version>1.1.1</jzlib-version> <javaewah-version>1.1.6</javaewah-version> <junit-version>4.12</junit-version> @@ -209,8 +209,8 @@ <servlet-api-version>3.1.0</servlet-api-version> <jetty-version>9.4.11.v20180605</jetty-version> <japicmp-version>0.14.1</japicmp-version> - <httpclient-version>4.5.5</httpclient-version> - <httpcore-version>4.4.9</httpcore-version> + <httpclient-version>4.5.6</httpclient-version> + <httpcore-version>4.4.10</httpcore-version> <slf4j-version>1.7.2</slf4j-version> <log4j-version>1.2.15</log4j-version> <maven-javadoc-plugin-version>3.1.0</maven-javadoc-plugin-version> |