diff options
author | CodeMonkeyLab <philip.louw@gmail.com> | 2021-08-09 12:49:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 14:49:35 +0300 |
commit | 20003a234ecbd6065902f07d7510c4fdb050a83b (patch) | |
tree | de849fbe1df0daecc45d60ae1426876b5f7c3285 | |
parent | d5067d6bbd622316e2a398311e94b40e5e89a913 (diff) | |
download | vaadin-framework-20003a234ecbd6065902f07d7510c4fdb050a83b.tar.gz vaadin-framework-20003a234ecbd6065902f07d7510c4fdb050a83b.zip |
Updated the version of vaadin-context-menu (#12363)
Moving to new version removes the warning
com.vaadin.event.EventRouter addListener WARNING: Adding listeners with type Object is deprecated, event listener should extend SerializableEventListener
-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 07ae7c4b38..6f611c167e 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.2</vaadin.context-menu.version> + <vaadin.context-menu.version>3.1.0</vaadin.context-menu.version> </properties> <repositories> |