diff options
author | Guille <alvarezguille@users.noreply.github.com> | 2017-11-20 10:19:40 +0200 |
---|---|---|
committer | Aleksi Hietanen <aleksi@vaadin.com> | 2017-11-20 10:19:40 +0200 |
commit | 927cb26c510dec1b7348760a65ca4e9522651960 (patch) | |
tree | fda94c201ebc4d472e93fd2316c86488422cf43a /bom | |
parent | 81b4dfb6728d9455c1db055156c6555b8aa4906b (diff) | |
download | vaadin-framework-927cb26c510dec1b7348760a65ca4e9522651960.tar.gz vaadin-framework-927cb26c510dec1b7348760a65ca4e9522651960.zip |
Update testbench version (#10336)
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 3043a9f604..ea9f3a56ed 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.0.0</vaadin.testbench.version> + <vaadin.testbench.version>5.1.0</vaadin.testbench.version> <vaadin.cdi.version>2.0.0</vaadin.cdi.version> <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version> </properties> |