Browse Source

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
tags/8.14.0.alpha1
CodeMonkeyLab 2 years ago
parent
commit
20003a234e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bom/pom.xml

+ 1
- 1
bom/pom.xml View 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>

Loading…
Cancel
Save