Bump jgit submodule to stable-5.13
78c9b9260 Stop initCause throwing in readAdvertisedRefs
486afbc08 Use slf4j-simple instead of log4j for logging
e06eeb016 Update orbit to R20211213173813
3d7351ee5 TreeRevFilter: fix wrong stop when the given path disappears
6fe66b738 Set JSch global config values only if not set already
26d36848f Add org.bouncycastle.bcutil to p2 repository
81cd70d5d Prepare 5.13.1-SNAPSHOT builds
b3d51a399 JGit v5.13.0.202109080827-r
a3a8de310 Revert "DFS block cache: Refactor to enable parallel index loading"
efdc03e16 Prepare 5.13.0-SNAPSHOT builds
4949a295d JGit v5.13.0.202109011149-rc1
525127ebb Silence API error for new interface method ProtocolV2Hook#onObjectInfo
5b8e387c6 transport: add object-info capability
6817b7e3b Ignore IllegalStateException if JVM is already shutting down
c697f02e1 Update orbit to R20210825222808 for 2021-09
574e89905 Prepare 5.13.0-SNAPSHOT builds
a38ea8ede JGit v5.13.0.202108250949-m3
8911bd082 Update spotbugs-maven-plugin to 4.3.0
1ca106f07 Update ant to 1.10.11 also in pom.xml
8173c1678 DFS block cache: add additional stats to DfsReaderIoStats
cf9baedb5 Update Orbit to S20210817231813
ca7a30f23 [gpg] Better GPG home directory determination
aad1bde52 FS: cleanup use of final modifier
5fb71fb54 Ensure FS#searchPath only selects executable files
3cd7eb1b2 DFS block cache: Refactor to enable parallel index loading
f1e67911e [gpg] Update to Bouncy Castle 1.69
2d73c702d [test] Create keystore with the keytool of the running JDK
cbb9188cd [sshd] Minor code clean-up
e2798413f Support commit.template config property
ca969ecc6 Relax version range for hamcrest and assertj
8089c8b39 bazel: don't expose jsch and jzlib to org.eclipse.jgit
02344254e Update orbit to I20210713220109
e0ba98edd Update orbit to I20210711110031
13777a3a6 [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()
4c5c3e9fb [sshd] Distinguish key type and signature algorithm for host key
27a1fa187 [sshd] Implement SSH config KexAlgorithms
1e391d47b Update orbit to S20210705204906
729c92d72 Update jetty to 9.4.43.v20210629
caf3fbe8b Update JMH used in benchmarks to 1.32
66c9c7bf8 Update target platform to I20210626190330
1c6bd377f Add 4.21 target platform
4acedc5d2 Update 4.20 target platform to use final 4.20 release
0b9193e69 [pgm] Fix default meta variable defined in StopOptionHandler
d947e8498 Fix typo in javadoc of PathTreeFilterHandler
ed5be35e2 Remove use of deprecated getAllRefs() in ReceivePack
6976a30f4 searchForReuse might impact performance in large repositories
f598e6952 Upgrade maven-dependency-plugin to 3.2.0
6692e3945 Upgrade jacoco-maven-plugin to 0.8.7
ffe55a800 Upgrade maven-jxr-plugin to 3.1.1
1ae7e08bc Fix garbage collection failing to delete pack file
fc5768977 Fix PathSuffixFilter: can decide only on full paths
2fc600b7c Update jetty to 9.4.42.v20210604
ce61341bd [sshd] Log the full KEX negotiation result
79d86c4a5 [releng] japicmp: update last release version
ee01bbca2 CONTRIBUTING: add explicit link to ECA
45b16ebcc CONTRIBUTING: Use standard markdown format
5a232c950 Add Eclipse code of conduct and security policy
01b2c4fc9 Fix @since from commit 64d0aaa2
1cbfea9ec Prepare 5.13.0-SNAPSHOT builds
64d0aaa2b Teach independent negotiation (no pack file) using an option "wait-for-done"
f6b9b392e Fixing visibility for HostEntry constructors.
a14bc9bb6 Clarify operator precedence to fix errorprone error
Bug: Issue 15538
Release-Notes: Update jgit to stable-5.13
Change-Id: If9713cf1858a8c3f5b252055ea516bbfbbde49bc
diff --git a/lib/BUILD b/lib/BUILD
index f924e4ca..660b041 100644
--- a/lib/BUILD
+++ b/lib/BUILD
@@ -490,17 +490,17 @@
data = ["//lib:LICENSE-DO_NOT_DISTRIBUTE"],
visibility = ["//visibility:public"],
exports = [
- ":hamcrest-core",
+ ":hamcrest",
"@junit//jar",
],
- runtime_deps = [":hamcrest-core"],
+ runtime_deps = [":hamcrest"],
)
java_library(
- name = "hamcrest-core",
+ name = "hamcrest",
data = ["//lib:LICENSE-DO_NOT_DISTRIBUTE"],
visibility = ["//visibility:public"],
- exports = ["@hamcrest-core//jar"],
+ exports = ["@hamcrest//jar"],
)
java_library(