diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-28 15:07:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 15:07:42 +0300 |
commit | 74aefa7998a5ea13d2c29a5ead403f1c2bef79e5 (patch) | |
tree | 69eafb77409cca2275be2ad206e92ac112c635f5 /bom | |
parent | 1dd3d0db1d859d13953538ee6e14526ea9d26c60 (diff) | |
download | vaadin-framework-74aefa7998a5ea13d2c29a5ead403f1c2bef79e5.tar.gz vaadin-framework-74aefa7998a5ea13d2c29a5ead403f1c2bef79e5.zip |
Upgrade TestBench version to 5.2 (#11005)
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 5958c12bc8..8925dbf243 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ <properties> <vaadin.spring.version>3.0.1</vaadin.spring.version> - <vaadin.testbench.version>5.1.2</vaadin.testbench.version> + <vaadin.testbench.version>5.2.0.beta1</vaadin.testbench.version> <vaadin.cdi.version>3.0.1</vaadin.cdi.version> <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version> </properties> |