diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2018-06-05 10:19:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 10:19:28 +0300 |
commit | 1dbae8ca96c4dfee00a9719f745b29b0a3f9123b (patch) | |
tree | c8c111b2cd36b0c17f6df5a5f36cdf69971eb6a3 /bom | |
parent | 4334d77fc546ee27f781c409dd4ad8a899f944bf (diff) | |
download | vaadin-framework-1dbae8ca96c4dfee00a9719f745b29b0a3f9123b.tar.gz vaadin-framework-1dbae8ca96c4dfee00a9719f745b29b0a3f9123b.zip |
Use new TestBench and ReferenceNameGenerator (#10963)
This patch contains the first part of screenshots being renamed.
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 1a86838570..85113573c1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -18,7 +18,7 @@ <properties> <vaadin.spring.version>3.0.0</vaadin.spring.version> - <vaadin.testbench.version>5.1.1</vaadin.testbench.version> + <vaadin.testbench.version>5.1.2</vaadin.testbench.version> <vaadin.cdi.version>3.0.0</vaadin.cdi.version> <vaadin.context-menu.version>2.0.0</vaadin.context-menu.version> </properties> |