aboutsummaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2021-02-21 18:26:28 +0000
committerPete Bentley <prb@google.com>2021-02-22 18:38:53 +0000
commitaa1524950fb5fbffbb61d23c5442984cb731a1eb (patch)
tree7ce2c9779133dd053d314fdb25818acbbb4fa2be /README.version
parente938015d2d5a2157ed20eb622fcd9750a12bb4af (diff)
downloadjunit-aa1524950fb5fbffbb61d23c5442984cb731a1eb.tar.gz
Upgrade external/junit to 4.13.2
Contains just the changes from 4.12 to 4.13.2 and undoes local Android changes. Will re-patch those in in subsequent CLs. Bug: 129054170 Test: m Change-Id: I5ec909df6840f6c54cbab9c509c5addaee3f94e6
Diffstat (limited to 'README.version')
-rw-r--r--README.version5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.version b/README.version
index fd9d421..c79d145 100644
--- a/README.version
+++ b/README.version
@@ -1,8 +1,5 @@
URL: https://github.com/junit-team/junit/archive/r4.12.tar.gz
-Version: 4.12
+Version: 4.13.2
BugComponent: 40416
Local Changes:
- Remove DisableOnDebug (new in 4.12) as it is not supported on Android
- Remove support for stuck threads
- Extra generic type information to aid certain javacs.