aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* JGit v5.13.0.202109011149-rc1v5.13.0.202109011149-rc1Matthias Sohn2021-09-011-1/+1
| | | | | Change-Id: Id8d0970102f18e61a2fc7cf941267c9089d71c1a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.13.0-SNAPSHOT buildsMatthias Sohn2021-08-251-1/+1
| | | | Change-Id: I6db044fdd57b60adbc2dd078c4af8cb54bb331c3
* JGit v5.13.0.202108250949-m3v5.13.0.202108250949-m3Matthias Sohn2021-08-251-1/+1
| | | | | Change-Id: Icc079b28327f5a02256f9a06837c2be6352ea6e3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spotbugs-maven-plugin to 4.3.0Marco Miller2021-08-241-1/+1
| | | | | Change-Id: Iafb680923cbc6c81067773159a9a0e2fcdc60169 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update orbit to I20210713220109Matthias Sohn2021-07-161-3/+9
| | | | | | | | | | | | | | | | | | | | | update - org.apache.commons.compress to 1.20.0.v20210713-192 - org.bouncycastle.bcpg to 1.69.0.v20210713-1924 - org.bouncycastle.bcpkix to 1.69.0.v20210713-1924 - org.bouncycastle.bcprov to 1.69.0.v20210713-1924 - add org.bouncycastle.bcutil 1.69.0.v20210713-1924 In bazel build don't expose bouncycastle to org.eclipse.jgit since it's not used there anymore since code depending on bouncycastle was moved to org.eclipse.jgit.gpg.bc. CQ: 21771 CQ: 23471 CQ: 23472 CQ: 23473 CQ: 23474 Change-Id: Id3d94c00c39bbc57e3f49a61150841249dc3985c
* Update orbit to I20210711110031Matthias Sohn2021-07-161-1/+3
| | | | | | | | | | | | | | | and update - assertj to 3.20.2.v20210706-1104 - hamcrest to 2.2.0.v20210711-0821 - classes which were in org.hamcrest.core 1.3 and org.hamcrest.library 1.3 were all moved to org.hamcrest in 2.2 - the annotation org.hamcrest.Factory was removed and is no longer needed - junit 4.13 requires hamcrest-core and hamcrest-library 1.3 therefore keep them in the target platform CQ: 23501 Change-Id: Ife871c0343b611be9203aed7f86577e85bbf5c95
* Update jetty to 9.4.43.v20210629Matthias Sohn2021-07-081-1/+1
| | | | Change-Id: I4ceea58cb0a04d041ca4e698e096a00ccd12bfc0
* Update target platform to I20210626190330Thomas Wolf2021-07-061-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Update - com.google.gson to 2.8.7.v20210624-1215 - javaewah to 1.1.12.v20210622-2206 - org.apache.sshd.osgi to 2.7.0.v20210623-0618 - org.apache.sshd.sftp to 2.7.0.v20210623-0618 - org.tukaani.xz to 1.9.0.v20210624-1259 - Apache MINA sshd to 2.7.0 - Remove work-arounds for problems resolved upstream since 2.6.0, and adapt to upstream API changes. - update DEPENDENCIES. CQ: 23469 CQ: 23470 CQ: 23496 CQ: 23497 CQ: 23498 Bug: 574220 Change-Id: I898b216c3492f8488fbf25fa4b49f1250f86f3c8 Also-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade maven-dependency-plugin to 3.2.0Marco Miller2021-06-221-1/+1
| | | | | Change-Id: I9dea176e8b30658bcb6a9dee8c54184c0fa86de8 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade jacoco-maven-plugin to 0.8.7Marco Miller2021-06-221-1/+1
| | | | | Change-Id: I6742b2d8ec75422542a55a9840bfe43e8cf17400 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade maven-jxr-plugin to 3.1.1Marco Miller2021-06-221-1/+1
| | | | | Change-Id: I66d7589ea1b823305d908acb13367ef78ef55f7a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update jetty to 9.4.42.v20210604Matthias Sohn2021-06-211-1/+1
| | | | Change-Id: Ie0abae5686064ccfeb34e8af0d98471162036b00
* [releng] japicmp: update last release versionThomas Wolf2021-06-161-1/+1
| | | | | | The baseline for the 5.13 release is 5.12.0.202106070339-r. Change-Id: Ic4730ca296117d7a7f6e86228ce2393a748c3c06 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Prepare 5.13.0-SNAPSHOT buildsMatthias Sohn2021-06-141-1/+1
| | | | Change-Id: Ie9cfc1eeb0eda7b2bbe744a22a7e4cfe6d59bc37
* Prepare 5.12.1-SNAPSHOT buildsMatthias Sohn2021-06-131-1/+1
| | | | Change-Id: Idf266c34aa9a04cf9c5e0e09bcb415c13d773d4c
* JGit v5.12.0.202106070339-rv5.12.0.202106070339-rMatthias Sohn2021-06-071-1/+1
| | | | | Change-Id: I0fbfea2c83f1ce83f75130cc97591547032f1104 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update jetty to 9.4.41.v20210516Matthias Sohn2021-06-071-1/+1
| | | | Change-Id: I98d569ce9a69c48c3c99b9b5f500d6419c943094
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-031-1/+1
| | | | | Change-Id: Ifc72d3f3ac84b9c4055b95ec0093d877ffb09ab0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1Matthias Sohn2021-06-021-1/+1
| | | | | Change-Id: I622ee049f14f37504ff4a062f03d6fc25465d0ec Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-021-1/+1
| | | | Change-Id: I25e4efc9b40ae4e7168b37385445c73992c5beb0
* JGit v5.12.0.202106011439-rc1v5.12.0.202106011439-rc1Matthias Sohn2021-06-011-1/+1
| | | | | Change-Id: Ieac1d02879defe0f4791062448d4efc328a2f652 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Finish upgrading eclipse-jarsigner-plugin to 1.3.1Marco Miller2021-05-261-1/+1
| | | | | | | | Commit 46b0f8a04 started that upgrade while missing this additional change. Change-Id: I34319d7006be13534497499e97536a8278906b1f Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade maven-javadoc-plugin to 3.3.0Marco Miller2021-05-261-1/+1
| | | | | Change-Id: I43fad374b6af1700c078b29f5ff45e2fd0b4cd00 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update maven-project-info-reports-plugin to 3.1.2Marco Miller2021-05-261-1/+1
| | | | | Change-Id: Ie531a253a37459ee55ddb7f5ed7bad414fe6b67e Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update spotbugs-maven-plugin to 4.2.3Marco Miller2021-05-261-1/+1
| | | | | Change-Id: Id0dfcfd060e19fb84fd5ec0cb7bafc9d13153660 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update jetty to 9.4.40.v20210413Matthias Sohn2021-04-231-1/+1
| | | | Change-Id: I5585b9a22bf20a49ad4bb9a24e053325792ec546 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade ecj to 3.25.0Marco Miller2021-03-301-1/+1
| | | | | Change-Id: I09d018205564205b194de020941fd4152ae8b24e Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade wagon-ssh to 3.4.3Marco Miller2021-03-261-1/+1
| | | | | Change-Id: Ibc3a9ea83e264920b4a995f6d22904fe3be97d5a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update spring-boot-maven-plugin to 2.4.4Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: I8ba1e544b2e80ad66aacd230c4a442bdc1d60375
* Update spotbugs-maven-plugin to 4.2.2Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: Ib522b66249e5493c3fd191b5c56e87f8941569c2
* Update japicmp-maven-plugin to 0.15.3Matthias Sohn2021-03-261-1/+1
| | | | Change-Id: I3b1b295e7f97182a5541b1912e0acbfffb981d71
* Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-03-101-2/+2
| | | | | Change-Id: I736de7c3deb11da75777d459f47332df0b486443 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.11.1-SNAPSHOT buildsMatthias Sohn2021-03-091-1/+1
| | | | | Change-Id: I94628ccbb5099a65aa4345cfd28a141ff5555b68 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.11.0.202103091610-rv5.11.0.202103091610-rMatthias Sohn2021-03-091-1/+1
| | | | | Change-Id: I8e6855eaf7228459f492036feb4e34ca085698a7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Add dependency to dash-licensesMatthias Sohn2021-03-071-0/+17
| | | | | | | | | | | | | | | | This is required to run the license check using the license tool [1] required by the Eclipse project handbook [2]: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES Note: the tool still requires Java 11 hence it needs to be run in a separate build step and is not yet integrated in the build which runs on Java 8. [1] https://github.com/eclipse/dash-licenses [2] https://www.eclipse.org/projects/handbook/#ip-license-tool Change-Id: Ib41d54de246c3c9499cc3be9f026294c39fdfd99
* Fix errorprone configuration for maven-compiler-plugin with javacMatthias Sohn2021-02-271-47/+34
| | | | | | | | | | | | See https://errorprone.info/docs/installation. Add new profile jdk8 to enable running errorprone with javac on java 8 and java 11. Remove errorprone configuration from benchmark module, didn't find a way to make it work and this module does not contain any productive code. Change-Id: I6a84195af05e6cea9e7c04ad5cd4c79742e80cb3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* [releng] japicmp: update last release versionThomas Wolf2021-02-231-1/+1
| | | | | | | The baseline for the 5.11 release is 5.10.0.202012080955-r. Change-Id: Ied9b42dc58ba981e5586fa58d1b3e70a39c78a10 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
* Update jetty to 9.4.36.v20210114Matthias Sohn2021-02-131-1/+1
| | | | Change-Id: Iea57f0fddb0f10dbd1c9be886bfa5ad8c3ff5cb5 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-3/+3
| | | | | | | | | | | | | | | | | | Re-enable DSA, DSA_CERT, and RSA_CERT public key authentication. DSA is discouraged for a long time already, but it might still be way too disruptive to completely drop it. RSA is discouraged for far less long, and dropping that would be really disruptive. Adapt to the changed property handling. Remove work-arounds for shortcomings of earlier sshd versions. Use Orbit I20210203173513, which includes sshd 2.6.0. This also bumps apache.httpclient to 4.5.13 and apache.httpcore to 4.4.14. Change-Id: I2d24a1ce4cc9f616a94bb5c4bdaedbf20dc6638e Signed-off-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update orbit to S20210105214148 and com.google.gson to 2.8.6Matthias Sohn2021-01-121-1/+1
| | | | | | Also fix target name of jgit-4.18 target. Change-Id: Ib5a13281398e7c5589de2e4a34fae0d08346db9c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spotbugs-maven-plugin to 4.2.0Marco Miller2021-01-121-1/+1
| | | | | Change-Id: I094d92f95ec2ab1cefa8f1504f2a8c1aa6e28d96 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Update jetty to 9.4.35.v20201120Matthias Sohn2021-01-071-1/+1
| | | | Change-Id: I203778ea0536defffb720bcf7cdcbc6258540e65 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Require latest Maven version 3.6.3Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: Iab08ddcdb7edc3c9ac55343d3d40012e19792ea0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spring-boot-maven-plugin to 2.4.1Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I68a6c04a5c7e674410736a45ef0031a2c369a321 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update maven-surefire plugins to 3.0.0-M5Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I0425029eac630f4e8fb47d112d086e74283b2ebd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update japicmp-maven-plugin to 0.14.4Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: I33ba5388153e6941713b9c9425cd917e9769a177 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Update spotbugs-maven-plugin to 4.1.4Matthias Sohn2020-12-241-1/+1
| | | | | Change-Id: Ie231dc03051f3c8d799f037eeeed8dcaad258fe0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Upgrade ecj to 3.24.0Marco Miller2020-12-241-1/+1
| | | | | Change-Id: I81c03c5f916e97f91cf06dbe3ce355e430b2981a Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Upgrade wagon-ssh to 3.4.2; align maven-site-pluginMarco Miller2020-12-241-1/+1
| | | | | | | | Upgrade wagon-ssh to 3.4.2 in all pom files, thus align maven-site-plugin versions to 3.9.1 across as well, consistently. Change-Id: I38f7a6ded3517d1b116169dee1c12deb86eed3a1 Signed-off-by: Marco Miller <marco.miller@ericsson.com>
* Prepare 5.11.0-SNAPSHOT buildsMatthias Sohn2020-12-021-1/+1
| | | | | Change-Id: I91e5532526775191fbd34f81e2ef777cba605e3b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>