Upgrade GWT to version 2.8.2

This version includes a fix for incorrect getAbsoluteLeft/Top values in
Chrome 61 and later [1], plus various other bugfixes. See the release
notes [2] for full details.

See also the release notes for 2.8.1 [3] which is also included in this
upgrade.

[1] https://github.com/gwtproject/gwt/issues/9542
[2] http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_2
[3] http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_1

Bug: Issue 7519
Change-Id: If6da895e1349336b8853767a537ed4a09c2773f5
This commit is contained in:
David Pursehouse
2017-10-23 16:49:38 +09:00
parent 7555bec878
commit 4142f2d949
3 changed files with 5 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ GWT_PLUGIN_DEPS = [
]
GWT_TRANSITIVE_DEPS = [
"//lib:jsr305",
"//lib/gwt:ant",
"//lib/gwt:colt",
"//lib/gwt:javax-validation",