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 /lib | |
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 'lib')
-rw-r--r-- | lib/BUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -205,8 +205,7 @@ java_library( exports = [ "@bytebuddy-agent//jar", "@bytebuddy//jar", - "@hamcrest-core//jar", - "@hamcrest-library//jar", + "@hamcrest//jar", "@junit//jar", "@mockito//jar", "@objenesis//jar", |