]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated the version of vaadin-context-menu (#12363) (#12368)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Mon, 9 Aug 2021 12:51:29 +0000 (15:51 +0300)
committerGitHub <noreply@github.com>
Mon, 9 Aug 2021 12:51:29 +0000 (15:51 +0300)
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

Co-authored-by: CodeMonkeyLab <philip.louw@gmail.com>
bom/pom.xml

index f83101cbdf7e64c63e6ecb487e193762ec23a434..4d679e1e08e58feb4329b9f318043565cce1b8c5 100644 (file)
@@ -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>