diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-10-02 13:09:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 13:09:30 +0300 |
commit | 52c22bdba3edfd5c4bd13f07bcec5156a8a29b81 (patch) | |
tree | de16404ecd73aa503d77b83c39bfac06d66a4e82 /bom | |
parent | 12a25b7f3da566790fb86f976341c5e8a7a537b2 (diff) | |
download | vaadin-framework-52c22bdba3edfd5c4bd13f07bcec5156a8a29b81.tar.gz vaadin-framework-52c22bdba3edfd5c4bd13f07bcec5156a8a29b81.zip |
Update context menu addon version (#11735)
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 2f7ce3cbfa..b80401bcfa 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> |