diff options
author | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-06-07 10:22:35 +0300 |
---|---|---|
committer | Zhe Sun <31067185+ZheSun88@users.noreply.github.com> | 2019-06-12 14:42:46 +0300 |
commit | de893f4b7957fbb265c5fa8dfe7b268107f7a9b3 (patch) | |
tree | 05e2a1620e045da8b52915893ff72d45d5b78ecc | |
parent | 6d3c288ccd9952c2f165ba52fc40b10315968483 (diff) | |
download | vaadin-framework-de893f4b7957fbb265c5fa8dfe7b268107f7a9b3.tar.gz vaadin-framework-de893f4b7957fbb265c5fa8dfe7b268107f7a9b3.zip |
Update spring addon to 3.2.0 (#11610)
* Update spring addon to 3.2.0
* Merge branch 'master' into ZheSun88-patch-1
-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 409d3d2e23..7e8b0fd671 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ <url>http://vaadin.com</url> <properties> - <vaadin.spring.version>3.1.1</vaadin.spring.version> + <vaadin.spring.version>3.2.0</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> |