diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-11 14:21:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-07-16 23:47:29 +0200 |
commit | e0ba98edd2b40876aa7aaae4b59a24ae2412a20a (patch) | |
tree | 60062db5702d9573305f82c6e7911f069ac83e16 /pom.xml | |
parent | 13777a3a6265ee68966547e69de83410e0621dfc (diff) | |
download | jgit-e0ba98edd2b40876aa7aaae4b59a24ae2412a20a.tar.gz jgit-e0ba98edd2b40876aa7aaae4b59a24ae2412a20a.zip |
Update orbit to I20210711110031
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -179,6 +179,8 @@ <maven-surefire-report-plugin-version>${maven-surefire-plugin-version}</maven-surefire-report-plugin-version> <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version> <plexus-compiler-version>2.8.8</plexus-compiler-version> + <hamcrest-version>2.2</hamcrest-version> + <assertj-version>3.20.2</assertj-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -796,7 +798,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>3.14.0</version> + <version>${assertj-version}</version> </dependency> </dependencies> </dependencyManagement> |