diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-11-29 13:37:37 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-11-29 13:37:37 +0200 |
commit | 9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6 (patch) | |
tree | 865e1d4136bc4304def58ebaca617d7f96d0d489 /bom | |
parent | 0bdf98c89034d424f93222a47de2a7240f572116 (diff) | |
download | vaadin-framework-9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6.tar.gz vaadin-framework-9c3bb236c59d8bf49b269a0d9b83ec13cdcb02c6.zip |
Update to TestBench 5.1.1 (#10391)
Diffstat (limited to 'bom')
-rw-r--r-- | bom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bom/pom.xml b/bom/pom.xml index 84314e129b..2f87ce1f27 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ <properties> <vaadin.spring.version>2.0.1</vaadin.spring.version> - <vaadin.testbench.version>5.1.0</vaadin.testbench.version> + <vaadin.testbench.version>5.1.1</vaadin.testbench.version> <vaadin.cdi.version>2.0.0</vaadin.cdi.version> <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version> </properties> |