diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-10-03 08:48:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 08:48:13 +0300 |
commit | 8d32d6887c80791c130414226e79279378fb0a23 (patch) | |
tree | 2668c7e67b44e9a3324ff913b6da9a12f8733089 | |
parent | c21296e403d1a3a0bd93220a3643a023a8de0701 (diff) | |
download | vaadin-framework-8d32d6887c80791c130414226e79279378fb0a23.tar.gz vaadin-framework-8d32d6887c80791c130414226e79279378fb0a23.zip |
Update context menu addon version (#11735) (#11740)
* Update context menu addon version (#11735)
-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 31f8f95be5..8d3dbf0ca2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -20,7 +20,7 @@ <vaadin.spring.version>3.2.1</vaadin.spring.version> <vaadin.testbench.version>5.2.0</vaadin.testbench.version> <vaadin.cdi.version>3.0.1</vaadin.cdi.version> - <vaadin.context-menu.version>3.0.0</vaadin.context-menu.version> + <vaadin.context-menu.version>3.0.2</vaadin.context-menu.version> </properties> <repositories> |